-
- Downloads
Use LuaErrors in security check macros
Throwing a LuaError calls destructors as it propagates up the stack, wheres lua_error just executes a longjmp.
Please register or sign in to comment
Throwing a LuaError calls destructors as it propagates up the stack, wheres lua_error just executes a longjmp.