mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2024-11-12 13:48:07 +00:00
[BUILD] rebuild
This commit is contained in:
parent
1ac1bcb558
commit
d41b136666
4
dist/index.js
vendored
4
dist/index.js
vendored
@ -707,7 +707,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();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
@ -715,7 +715,7 @@ const validateInputs = (inputs) => {
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
validateRsync,
|
validateRsync,
|
||||||
validateInputs
|
validateInputs
|
||||||
}
|
};
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
Loading…
Reference in New Issue
Block a user