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 075a125..7778abd 100644
--- a/nomsu.lua
+++ b/nomsu.lua
@@ -1748,7 +1748,7 @@ OPTIONS
do
local ldt
ok, ldt = pcall(require, 'ldt')
- if ok and false then
+ if ok then
ldt.guard(run)
else
xpcall(run, err_hand)