fix(fs/local#_rmdir): correctly prefix path
This commit is contained in:
parent
db3c5cfcb8
commit
89df4f771b
@ -113,6 +113,6 @@ export default class LocalHandler extends RemoteHandlerAbstract {
|
||||
}
|
||||
|
||||
async _rmdir(dir) {
|
||||
return fs.rmdir(dir)
|
||||
return fs.rmdir(this._getFilePath(dir))
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user