1
0
mirror of https://github.com/kepler155c/opus synced 2025-12-16 21:28:29 +00:00

require cleanup + compatibility fixes

This commit is contained in:
kepler155c@gmail.com
2020-06-11 13:28:43 -06:00
parent 1bf6daedff
commit a2af4405e7
4 changed files with 17 additions and 23 deletions

View File

@@ -3,7 +3,7 @@ local Util = require('opus.util')
-- some programs expect to be run in the global scope
-- ie. busted, moonscript
-- create a new sandbox mimicing pure lua
-- create a new environment mimicing pure lua
local fs = _G.fs
local shell = _ENV.shell