milo name clash breaks require on Windows
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user