mirror of
https://github.com/kepler155c/opus
synced 2026-06-04 03:32:09 +00:00
input redo + env pollution
This commit is contained in:
+2
-1
@@ -329,7 +329,8 @@ end
|
||||
|
||||
local tArgs = { ... }
|
||||
if #tArgs > 0 then
|
||||
return run(_ENV, ...)
|
||||
local env = setmetatable(Util.shallowCopy(sandboxEnv), { __index = _G })
|
||||
return run(env, ...)
|
||||
end
|
||||
|
||||
local Config = require('config')
|
||||
|
||||
Reference in New Issue
Block a user