1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-10-27 20:44:10 +00:00

fix: getattr fails when entry is missing

This commit is contained in:
Falk Werner 2019-01-31 22:47:00 +01:00
parent 4c01ac668f
commit 21fbc199f6

View File

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