[BUILD] rebuild

main
Dragan Filipovic 2020-09-18 23:31:43 +02:00
parent 1ac1bcb558
commit d41b136666
1 changed files with 2 additions and 2 deletions

4
dist/index.js vendored
View File

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