forked from github/server
typo
This commit is contained in:
parent
0907203821
commit
290bac3082
|
@ -555,7 +555,7 @@ my_lua_error(lua_State * L)
|
|||
{
|
||||
const char* error = lua_tostring(L, -1);
|
||||
|
||||
log_error(("A LUA error occured: %s\n", error));
|
||||
log_error(("A LUA error occurred: %s\n", error));
|
||||
lua_pop(L, 1);
|
||||
if (!g_ignore_errors) abort();
|
||||
return 1;
|
||||
|
|
Loading…
Reference in New Issue