mirror of
https://github.com/fuse-friends/fuse-native
synced 2026-03-02 03:40:15 +00:00
Change mode 188 to 33188 for file 'test' from example.js
This commit is contained in:
@@ -29,7 +29,7 @@ fuse.mount(mountPath, {
|
|||||||
atime: new Date(),
|
atime: new Date(),
|
||||||
ctime: new Date(),
|
ctime: new Date(),
|
||||||
size: 12,
|
size: 12,
|
||||||
mode: 188,
|
mode: 33188,
|
||||||
uid: process.getuid ? process.getuid() : 0,
|
uid: process.getuid ? process.getuid() : 0,
|
||||||
gid: process.getgid ? process.getgid() : 0
|
gid: process.getgid ? process.getgid() : 0
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user