add more complex e2e tests

This commit is contained in:
Dragan Filipovic 2023-01-02 22:02:16 +01:00
parent ac90bba983
commit 2a85c96230
3 changed files with 7 additions and 7 deletions

View file

@ -14,7 +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);
console.log('[Rsync] cmd finished: ', cmd);
resolve(stdout);
}
});