mirror of
https://github.com/SamKirkland/FTP-Deploy-Action.git
synced 2025-08-15 14:35:06 +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) {
|
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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user