mirror of
https://github.com/SamKirkland/FTP-Deploy-Action.git
synced 2025-08-14 14:05:05 +00:00
test
This commit is contained in:
parent
d0aa838726
commit
507423787f
10
dist/index.js
vendored
10
dist/index.js
vendored
@ -4149,11 +4149,11 @@ 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();
|
||||||
await this.removeEmptyDir(remoteDirPath);
|
// await this.removeEmptyDir(remoteDirPath);
|
||||||
}
|
// }
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user