milo name clash breaks require on Windows

This commit is contained in:
kepler155c@gmail.com
2019-02-08 19:07:40 -05:00
parent af85d0aafb
commit 8a0cf10498
5 changed files with 13 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
if not _G.requireInjector then
local BASE ='https://raw.githubusercontent.com/kepler155c/opus/develop-1.8/sys/apis'
_ENV.LUA_PATH=BASE .. '/?.lua'
load(_G.http.get(_ENV.LUA_PATH .. '/injector.lua').readAll())()(_ENV)
load(_G.http.get(BASE .. '/injector.lua').readAll())()(_ENV)
end
local Terminal = require('terminal')