Repeat debug calls in failure

This commit is contained in:
Gabriel Tofvesson 2024-11-29 23:40:24 +01:00
parent c053a792a4
commit 4c2e732607

View File

@ -8,11 +8,13 @@ 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)
local obj = {