fix: getattr fails when entry is missing

pull/10/head
Falk Werner 6 years ago
parent 4c01ac668f
commit 21fbc199f6

@ -50,7 +50,7 @@ class FileSystem {
};
}
else {
return FilesSystem.BAD_NOENTRY;
return FileSystem.BAD_NOENTRY;
}
}

Loading…
Cancel
Save