mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-06 05:28:31 +09:00
command.js's coreutils now using new filesystem impl
This commit is contained in:
@@ -365,7 +365,7 @@ _TVDOS.DRV.FS.SERIAL.remove = (fd) => {
|
||||
let port = _TVDOS.DRV.FS.SERIAL._toPorts(fd.driveLetter)
|
||||
com.sendMessage(port[0], "DELETE")
|
||||
let response = com.getStatusCode(port[0])
|
||||
return (response === 0)
|
||||
return response
|
||||
}
|
||||
_TVDOS.DRV.FS.SERIAL.exists = (fd) => {
|
||||
return (0 == _TVDOS.DRV.FS.SERIAL._openr(fd))
|
||||
|
||||
Reference in New Issue
Block a user