[Formatting] formatting updates

main
Dragan Filipovic 2020-09-18 23:26:31 +02:00
parent 4f928a3efc
commit 2bc5e10d4d
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ const validateInputs = (inputs) => {
}); });
if (validInputs.length !== inputKeys.length) { if (validInputs.length !== inputKeys.length) {
console.error(`⚠️ [INPUTS] Inputs not valid, aborting ...`); console.error('⚠️ [INPUTS] Inputs not valid, aborting ...');
process.abort(); process.abort();
} }
}; };
@ -43,4 +43,4 @@ const validateInputs = (inputs) => {
module.exports = { module.exports = {
validateRsync, validateRsync,
validateInputs validateInputs
} };