Showing
1 changed file
with
1 additions
and
0 deletions
@@ -83,6 +83,7 @@ class Deploy { | @@ -83,6 +83,7 @@ class Deploy { | ||
83 | 83 | ||
84 | _scp(conn) { | 84 | _scp(conn) { |
85 | let self = this; | 85 | let self = this; |
86 | + console.log(`localFile : ${this.localFile}`); | ||
86 | console.log(`remoteFIle : ${this.remoteFile}`); | 87 | console.log(`remoteFIle : ${this.remoteFile}`); |
87 | 88 | ||
88 | return new Promise((reslove, reject) => { | 89 | return new Promise((reslove, reject) => { |
-
Please register or login to post a comment