From 529f7f2f5408342369a7e3fb2dde8d272d9da7b8 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Sat, 16 Sep 2017 21:19:28 +0200 Subject: [PATCH] Dumb syntax errors --- errors.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/errors.lua b/errors.lua index 496814b..386bc59 100644 --- a/errors.lua +++ b/errors.lua @@ -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 (...)