diff --git a/dist/index.js b/dist/index.js index 6bf080d..2bb4c76 100644 --- a/dist/index.js +++ b/dist/index.js @@ -4148,7 +4148,7 @@ class Client { */ async removeDir(remoteDirPath) { return this._exitAtCurrentDirectory(async () => { - await this.cd(remoteDirPath); + // await this.cd(remoteDirPath); // await this.clearWorkingDir(); // if (remoteDirPath !== "/") { // await this.cdup();