Dumb syntax errors
This commit is contained in:
parent
f7c6cf6a82
commit
529f7f2f54
|
@ -162,7 +162,7 @@ return function (module_name)
|
||||||
function err_hdl.info (...)
|
function err_hdl.info (...)
|
||||||
local args = {...}
|
local args = {...}
|
||||||
if args[1] == err_hdl then table.remove(args, 1) end
|
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
|
end
|
||||||
|
|
||||||
function err_hdl.register (...)
|
function err_hdl.register (...)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user