mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2026-02-04 09:45:53 +08:00
fix: Log rsync command
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user