forked from redo/BlockLua
Merge branch 'master'
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#include "lauxlib.h"
|
||||
#include "lua.h"
|
||||
#include <cstring>
|
||||
|
||||
int bll_error_handler(lua_State *L) {
|
||||
lua_getfield(L, LUA_GLOBALSINDEX, "_bllua_on_error");
|
||||
if (!lua_isfunction(L, -1)) {
|
||||
|
||||
Reference in New Issue
Block a user