1
0

Dumb syntax errors

This commit is contained in:
Jon Michael Aanes 2017-09-16 21:19:28 +02:00
parent f7c6cf6a82
commit 529f7f2f54

View File

@ -162,7 +162,7 @@ return function (module_name)
function err_hdl.info (...)
local args = {...}
if args[1] == err_hdl then table.remove(args, 1) end
return io.write(string.format(unpack(args))
return io.write(string.format(unpack(args)))
end
function err_hdl.register (...)