Authored by 姜枫

add log

... ... @@ -83,6 +83,7 @@ class Deploy {
_scp(conn) {
let self = this;
console.log(`localFile : ${this.localFile}`);
console.log(`remoteFIle : ${this.remoteFile}`);
return new Promise((reslove, reject) => {
... ...