Dumb syntax errors
This commit is contained in:
parent
f7c6cf6a82
commit
529f7f2f54
|
@ -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 (...)
|
||||
|
|
Loading…
Reference in New Issue
Block a user