mirror of
https://github.com/easingthemes/ssh-deploy
synced 2025-04-21 07:42:12 +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;
|
rsyncCli = true;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
rsyncCli = false;
|
rsyncCli = false;
|
||||||
|
console.log('⚠️ [CLI] Rsync doesn\'t exists', e);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (rsyncCli) {
|
if (rsyncCli) {
|
||||||
|
Loading…
Reference in New Issue
Block a user