mirror of
https://github.com/fuse-friends/fuse-native
synced 2024-10-27 18:34:01 +00:00
Change mode 188 to 33188 for file 'test' from example.js
This commit is contained in:
parent
2f4e33a41e
commit
e1babe507a
@ -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
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user