mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2025-04-29 11:20:42 -04:00
add logs
This commit is contained in:
parent
2f83b09d88
commit
668af68aa1
2 changed files with 2 additions and 1 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
File diff suppressed because one or more lines are too long
|
@ -9,6 +9,7 @@ const validateRsync = new Promise(async (resolve, reject) => {
|
||||||
rsyncCli = true;
|
rsyncCli = true;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
rsyncCli = false;
|
rsyncCli = false;
|
||||||
|
console.log('⚠️ [CLI] Rsync doesn\'t exists', e);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (rsyncCli) {
|
if (rsyncCli) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue