mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-11 07:14:04 +09:00
renaming system.maxmem to sys.maxmem
This commit is contained in:
@@ -168,7 +168,7 @@ class TVDOSFileDescriptor {
|
||||
}
|
||||
|
||||
list() {
|
||||
return if (!this.isDirectory) undefined else this.driver.listFiles(this)
|
||||
return (!this.isDirectory) ? undefined : this.driver.listFiles(this)
|
||||
}
|
||||
/** When the file does not exist, mkfile() will be called; if you want to make a directory, use mkdir() */
|
||||
touch() {
|
||||
|
||||
Reference in New Issue
Block a user