From 14bda2fb2d881bd2ad4f1a53aabb937b534d545e Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 20 Apr 2018 14:33:49 -0700 Subject: Cleanups and optimizations. --- nomsu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nomsu.lua') diff --git a/nomsu.lua b/nomsu.lua index bb6e3b5..9381847 100644 --- a/nomsu.lua +++ b/nomsu.lua @@ -1492,6 +1492,6 @@ if arg and debug_getinfo(2).func ~= require then end return os.exit(false, true) end - require('ldt').guard(run) + xpcall(run, err_hand) end return NomsuCompiler -- cgit v1.2.3