1
0
Fork 0
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:
fgenesis 2014-06-21 18:08:09 +02:00
parent 4a20874841
commit b5d32906f7

View file

@ -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;