small changes

This commit is contained in:
2025-12-23 15:10:22 -08:00
parent aa64d18060
commit 7c1e0de4ff
2 changed files with 4 additions and 1 deletions

View File

@@ -1336,6 +1336,9 @@ function lib.getENV(fspath, term_override, perms)
global.peripheral.call = function () end
global.peripheral.getMethods = function () end
end
if repo and perms.repo then
global.repo = repo
end
global.settings = settings
global._ENV = global
global._G = global