mirror of
https://github.com/easingthemes/ssh-deploy
synced 2025-04-20 07:03:14 +00:00
add logs
This commit is contained in:
parent
2f83b09d88
commit
668af68aa1
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;
|
||||
} catch (e) {
|
||||
rsyncCli = false;
|
||||
console.log('⚠️ [CLI] Rsync doesn\'t exists', e);
|
||||
}
|
||||
|
||||
if (rsyncCli) {
|
||||
|
Loading…
Reference in New Issue
Block a user