mirror of
https://github.com/sigmasternchen/Wish
synced 2025-03-15 15:38:54 +00:00
typo, thx to @C0n574n71n
This commit is contained in:
parent
6a11838055
commit
695ec8dbdd
1 changed files with 1 additions and 1 deletions
|
@ -952,7 +952,7 @@ Kernel.Filesystem.vfs.mount = function(mountpoint, files) {
|
||||||
throw ("no such file or directory");
|
throw ("no such file or directory");
|
||||||
var childs = Kernel.Filesystem.vfs.getFilesByParent(file);
|
var childs = Kernel.Filesystem.vfs.getFilesByParent(file);
|
||||||
if (childs.length)
|
if (childs.length)
|
||||||
throw ("mountpoint not emty");
|
throw ("mountpoint not empty");
|
||||||
var id = Kernel.Filesystem.vfs.mounts++;
|
var id = Kernel.Filesystem.vfs.mounts++;
|
||||||
mountpoint.id = id;
|
mountpoint.id = id;
|
||||||
mountpoint.mountTime = Kernel.time;
|
mountpoint.mountTime = Kernel.time;
|
||||||
|
|
Loading…
Reference in a new issue