Repeat debug calls in failure
This commit is contained in:
parent
c053a792a4
commit
4c2e732607
@ -8,10 +8,12 @@ local ItemStack = Sentinel:tag({}, Sentinel.ITEMSTACK)
|
||||
ItemStack.__index = ItemStack
|
||||
|
||||
local function hookDebugger(context)
|
||||
while true do
|
||||
local errorCond = Debugger.debugREPL(function(retval)
|
||||
Logger:error("->", retval)
|
||||
end, context)
|
||||
Logger:error("x>", errorCond)
|
||||
end
|
||||
end
|
||||
|
||||
function ItemStack:fromDetail(inv, detail, slot)
|
||||
|
Loading…
x
Reference in New Issue
Block a user