mirror of
https://github.com/SamKirkland/FTP-Deploy-Action.git
synced 2025-08-14 14:05:05 +00:00
commentout all
This commit is contained in:
parent
507423787f
commit
cdd09380ea
2
dist/index.js
vendored
2
dist/index.js
vendored
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user