More cleaning

This commit is contained in:
Jean-Patrick Guerrero
2022-09-24 14:23:47 +02:00
parent 916e80f2c3
commit 27ed1f02e6
2 changed files with 126 additions and 120 deletions

View File

@ -81,6 +81,10 @@ local function _load(path, line, data, t)
if not l then
local err_line = tonumber(err:match(":(%d+):"))
if t then
print("err_line", err_line, t[err_line])
end
if line ~= err_line then
return _load(path, err_line, data, t)
end