aboutsummaryrefslogtreecommitdiff
path: root/nomsu.lua
diff options
context:
space:
mode:
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 0ba1f15..85a1c85 100644
--- a/nomsu.lua
+++ b/nomsu.lua
@@ -1133,6 +1133,6 @@ if arg and debug_getinfo(2).func ~= require then
end
return os.exit(false, true)
end
- xpcall(run, err_hand)
+ require('ldt').guard(run)
end
return NomsuCompiler