Removed ldt shim
This commit is contained in:
parent
21e3a7b375
commit
a01e7d27bd
@ -1748,7 +1748,7 @@ OPTIONS
|
|||||||
do
|
do
|
||||||
local ldt
|
local ldt
|
||||||
ok, ldt = pcall(require, 'ldt')
|
ok, ldt = pcall(require, 'ldt')
|
||||||
if ok and false then
|
if ok then
|
||||||
ldt.guard(run)
|
ldt.guard(run)
|
||||||
else
|
else
|
||||||
xpcall(run, err_hand)
|
xpcall(run, err_hand)
|
||||||
|
@ -1229,7 +1229,7 @@ OPTIONS
|
|||||||
--require('ProFi')\profile "scratch/profile.txt", (profi)->
|
--require('ProFi')\profile "scratch/profile.txt", (profi)->
|
||||||
do
|
do
|
||||||
ok, ldt = pcall(require,'ldt')
|
ok, ldt = pcall(require,'ldt')
|
||||||
if ok and false
|
if ok
|
||||||
ldt.guard run
|
ldt.guard run
|
||||||
else xpcall(run, err_hand)
|
else xpcall(run, err_hand)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user