mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-11 15:24:05 +09:00
encoding shenanigans
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user