diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-05-29 19:23:28 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-05-29 19:23:34 -0700 |
| commit | a01e7d27bd3c17ef69c984866b1870b69689e9f9 (patch) | |
| tree | bc63ecad774ea13f2527c84a9e54594345066e8c | |
| parent | 21e3a7b375ad212a3f06efa656d5488474a0f1f1 (diff) | |
Removed ldt shim
| -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) |
