diff --git a/dist/index.js b/dist/index.js index 67bdd70..6bf080d 100644 --- a/dist/index.js +++ b/dist/index.js @@ -4149,11 +4149,11 @@ class Client { async removeDir(remoteDirPath) { return this._exitAtCurrentDirectory(async () => { await this.cd(remoteDirPath); - await this.clearWorkingDir(); - if (remoteDirPath !== "/") { - await this.cdup(); - await this.removeEmptyDir(remoteDirPath); - } + // await this.clearWorkingDir(); + // if (remoteDirPath !== "/") { + // await this.cdup(); + // await this.removeEmptyDir(remoteDirPath); + // } }); } /**