mirror of
https://github.com/kepler155c/opus
synced 2025-02-06 04:00:03 +00:00
remove trace for now
This commit is contained in:
parent
ae6d8e8ebd
commit
a36051bf78
@ -109,7 +109,7 @@ local function xprun(env, path, ...)
|
|||||||
setmetatable(env, { __index = _G })
|
setmetatable(env, { __index = _G })
|
||||||
local fn, m = loadfile(path, env)
|
local fn, m = loadfile(path, env)
|
||||||
if fn then
|
if fn then
|
||||||
return trace(fn, ...)
|
return pcall(fn, ...)
|
||||||
end
|
end
|
||||||
return fn, m
|
return fn, m
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user