diff options
| -rw-r--r-- | nomsu.lua | 2 | ||||
| -rwxr-xr-x | nomsu.moon | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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) @@ -1229,7 +1229,7 @@ OPTIONS --require('ProFi')\profile "scratch/profile.txt", (profi)-> do ok, ldt = pcall(require,'ldt') - if ok and false + if ok ldt.guard run else xpcall(run, err_hand) |
