aboutsummaryrefslogtreecommitdiff
path: root/nomsu.lua
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-04-20 14:33:49 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-04-20 14:33:57 -0700
commit14bda2fb2d881bd2ad4f1a53aabb937b534d545e (patch)
treea6ecd7b204f5285a773a32b2b43d63595e547e77 /nomsu.lua
parent931ae40f408c789eca3a2bf36e886f174f4f8038 (diff)
Cleanups and optimizations.
Diffstat (limited to 'nomsu.lua')
-rw-r--r--nomsu.lua2
1 files changed, 1 insertions, 1 deletions
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