fix(NfsHandler#_unmount): use _getRealPath() (#380)
Fixes vatesfr/xo-web#1396.
This commit is contained in:
parent
ce05b7a041
commit
1baf04f786
@ -79,6 +79,6 @@ export default class NfsHandler extends LocalHandler {
|
||||
}
|
||||
|
||||
async _umount (remote) {
|
||||
await execa('umount', [remote.path])
|
||||
await execa('umount', [this._getRealPath()])
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user