1
0
mirror of https://github.com/fuse-friends/fuse-native synced 2024-10-27 18:34:01 +00:00

fix: remove incorrect flush parameter

This commit is contained in:
Bennjamin Blast 2020-04-07 21:23:22 -04:00 committed by Mathias Buus
parent 2e6c27c3a3
commit 519b468995

View File

@ -512,8 +512,8 @@ class Fuse extends Nanoresource {
})
}
_op_flush (signal, path, datasync, fd) {
this.ops.flush(path, datasync, fd, err => {
_op_flush (signal, path, fd) {
this.ops.flush(path, fd, err => {
return signal(err)
})
}