encoding shenanigans

This commit is contained in:
minjaesong
2023-05-09 21:40:17 +09:00
parent 831485bc35
commit 3c758ba82f
6 changed files with 42 additions and 5 deletions

View File

@@ -109,6 +109,11 @@ for (let i = 0; i < sectionTable.length - 1; i++) {
}
}
_G.shell.execute(PATH_MOUNT + "run.com")
let errorlevel = _G.shell.execute(PATH_MOUNT + "run.com")
// TODO delete PATH_MOUNT
try {
files.open(PATH_MOUNT).remove()
}
catch (e) {}
return errorlevel