mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-15 05:59:16 +00:00
Longer Lua tracebacks are better for debugging
This commit is contained in:
parent
4a20874841
commit
b5d32906f7
1 changed files with 2 additions and 2 deletions
|
@ -315,8 +315,8 @@ static int db_debug (lua_State *L) {
|
|||
}
|
||||
|
||||
|
||||
#define LEVELS1 12 /* size of the first part of the stack */
|
||||
#define LEVELS2 10 /* size of the second part of the stack */
|
||||
#define LEVELS1 22 /* size of the first part of the stack */
|
||||
#define LEVELS2 20 /* size of the second part of the stack */
|
||||
|
||||
static int db_errorfb (lua_State *L) {
|
||||
int level;
|
||||
|
|
Loading…
Reference in a new issue