mirror of
https://github.com/kepler155c/opus
synced 2025-10-16 16:27:39 +00:00
transition tot kernel
This commit is contained in:
@@ -330,7 +330,7 @@ end
|
||||
local tArgs = { ... }
|
||||
if #tArgs > 0 then
|
||||
local env = setmetatable(Util.shallowCopy(sandboxEnv), { __index = _G })
|
||||
return run(env, ...)
|
||||
return run(_ENV, ...) -- maybe _ENV
|
||||
end
|
||||
|
||||
local Config = require('config')
|
||||
|
Reference in New Issue
Block a user