@@ -90,8 +90,7 @@ int start_lua_child(lua_State *L,
lua_setglobal(L,"arg");
intstatus=luaL_dofile(L,pathname);
if(status){
fprintf(stderr,"Error: %s\n",lua_tostring(L,-1));
return1;
die("Lua error: %s",lua_tostring(L,-1));
}else{
return0;
}
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.