Fixes blacklist count for #8078

This commit is contained in:
Luca Deri 2023-12-07 17:36:25 +01:00
parent f52ba41602
commit 3fc883df5b
7 changed files with 30 additions and 20 deletions

View file

@ -394,6 +394,7 @@ function rev(a,b)
return false
elseif type(a) ~= type(b) then
traceError(TRACE_WARNING, TRACE_CONSOLE, "Bad types in rev(): " .. a .. " (".. type(a) ..") vs " .. b .. " (".. type(b) .. ")")
tprint(debug.traceback())
return false
end