We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10f646e commit 4b00022Copy full SHA for 4b00022
lib/fuse/index.js
@@ -430,7 +430,7 @@ class FuseManager extends EventEmitter {
430
431
async _infoForPath (path) {
432
if (!this._rootDrive) throw new Error('Cannot get mountpoint info when a root drive is not mounted.')
433
- if (!path.startsWith(this._rootMnt)) throw new Error(`The mountpoint must be a beneath ${constants.mountpoint}.`)
+ if (!path.startsWith(this._rootMnt)) throw new Error(`The mountpoint must be beneath ${constants.mountpoint}.`)
434
const self = this
435
436
if (path !== this._rootMnt) {
0 commit comments