Skip to content

Commit

Permalink
fix: Log rsync command
Browse files Browse the repository at this point in the history
  • Loading branch information
easingthemes committed Jan 2, 2023
1 parent 5c0c730 commit 85f4a96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rsyncCli.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
});
Expand Down

0 comments on commit 85f4a96

Please sign in to comment.