milo name clash breaks require on Windows
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
local device = _G.device
|
||||
local fs = _G.fs
|
||||
local shell = _ENV.shell
|
||||
|
||||
if device.workbench then
|
||||
shell.openForegroundTab('Milo')
|
||||
if fs.exists('packages/milo/Milo.lua') then
|
||||
fs.delete('packages/milo/Milo.lua')
|
||||
fs.delete('packages/milo/plugins/listing.lua')
|
||||
end
|
||||
|
||||
if device.workbench then
|
||||
shell.openForegroundTab('MiloLocal')
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user