Fix storageGen.lua (#59)

This commit was merged in pull request #59.
This commit is contained in:
Kan18
2022-07-01 03:02:56 -04:00
committed by GitHub
parent 1d2187b957
commit af570c7769
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ fs.delete('packages/milo/Milo.lua')
fs.delete('packages/milo/plugins/listing.lua')
fs.delete('packages/milo/apis/milo.lua')
fs.delete('packages/milo/plugins/manipulator.lua')
fs.delete('packages/milo/apps')
if peripheral.find('workbench') and shell.openForegroundTab then
shell.openForegroundTab('MiloLocal')