aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/dump.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/dump.lua b/lib/dump.lua
index f87f5e1d..82a6d964 100644
--- a/lib/dump.lua
+++ b/lib/dump.lua
@@ -463,7 +463,6 @@ local function dump_trace(what, tr, func, pc, otr, oex)
463 if otr then out:write(" ", otr, "/", oex) end 463 if otr then out:write(" ", otr, "/", oex) end
464 out:write(" ", fmtfunc(func, pc), "\n") 464 out:write(" ", fmtfunc(func, pc), "\n")
465 recprefix = "" 465 recprefix = ""
466 reclevel = 0
467 elseif what == "stop" or what == "abort" then 466 elseif what == "stop" or what == "abort" then
468 out:write("---- TRACE ", tr, " ", what) 467 out:write("---- TRACE ", tr, " ", what)
469 recprefix = nil 468 recprefix = nil