@@ -118,6 +118,9 @@ int start_lua_child(lua_State *L,
lua_seti(L,-2,i++);
word=word_end+1;
}
if(!pathname){
die("no script name received from client");
}
lua_setglobal(L,"arg");
intstatus=luaL_dofile(L,pathname);
if(status){
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.