delete unnecessary directory move processing

This commit is contained in:
atsushi nakagawa 2021-10-19 18:25:23 +09:00
parent 89008096c1
commit 98fd343d4d

2
dist/index.js vendored
View File

@ -2354,7 +2354,7 @@ class FTPSyncProvider {
} }
} }
// navigate back to the root folder // navigate back to the root folder
yield this.upDir((_a = path.folders) === null || _a === void 0 ? void 0 : _a.length - 1); // yield this.upDir((_a = path.folders) === null || _a === void 0 ? void 0 : _a.length);
this.logger.verbose(` completed`); this.logger.verbose(` completed`);
}); });
} }