lua · lua/LUA_ERRRUN
LUA_ERRRUN
Runtime Error
A runtime error occurred during execution, such as an attempt to call a nil value, an arithmetic error, or an explicit error() call in Lua code. The error message is on the top of the stack.
A runtime error occurred during execution, such as an attempt to call a nil value, an arithmetic error, or an explicit error() call in Lua code. The error message is on the top of the stack.