This commit is contained in:
Dragan Filipovic 2023-01-02 02:09:17 +01:00
parent 2f83b09d88
commit 668af68aa1
2 changed files with 2 additions and 1 deletions

2
dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

@ -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) {