From cdd09380ea755ba12644e7c636155634397b5e34 Mon Sep 17 00:00:00 2001 From: nagayaryu Date: Thu, 18 Aug 2022 21:41:07 +0900 Subject: [PATCH] commentout all --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();