mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2024-11-12 05:38:05 +00:00
fix: Log rsync command
This commit is contained in:
parent
5c0c73092e
commit
85f4a96743
@ -14,6 +14,7 @@ const nodeRsyncPromise = async (config) => new Promise((resolve, reject) => {
|
||||
console.error('❌ [Rsync] cmd: ', cmd);
|
||||
reject(new Error(`${error.message}\n\n${stderr}`));
|
||||
} else {
|
||||
console.log('[Rsync] cmd finished: ', cmd);
|
||||
resolve(stdout);
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user