From 507423787fa11f34164b1a63ec5c6236d057de8b Mon Sep 17 00:00:00 2001 From: nagayaryu Date: Thu, 18 Aug 2022 21:39:56 +0900 Subject: [PATCH] test --- dist/index.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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); + // } }); } /**