aboutsummaryrefslogtreecommitdiff
path: root/nomsu.lua
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-04-25 16:04:46 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-04-25 16:04:55 -0700
commit50a092e4b5cb82131c0c8f6f46c7d21a42198858 (patch)
tree2ed0726076e7cd7b8170b139cc3ab07808d763db /nomsu.lua
parentcb28f52b410f3fbcb01bcc8ef8668de46d8aba68 (diff)
Got nomsu codegen working again.
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