commentout all

This commit is contained in:
nagayaryu 2022-08-18 21:41:07 +09:00
parent 507423787f
commit cdd09380ea

2
dist/index.js vendored
View File

@ -4148,7 +4148,7 @@ class Client {
*/ */
async removeDir(remoteDirPath) { async removeDir(remoteDirPath) {
return this._exitAtCurrentDirectory(async () => { return this._exitAtCurrentDirectory(async () => {
await this.cd(remoteDirPath); // await this.cd(remoteDirPath);
// await this.clearWorkingDir(); // await this.clearWorkingDir();
// if (remoteDirPath !== "/") { // if (remoteDirPath !== "/") {
// await this.cdup(); // await this.cdup();