We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 065e87e commit 4275fd5Copy full SHA for 4275fd5
bin/utils/validate-options.js
@@ -15,6 +15,7 @@ module.exports = function validateOptions(options) {
15
16
if (error) {
17
console.error(error.message);
18
+ // eslint-disable-next-line no-process-exit
19
process.exit(-1);
20
}
21
};
0 commit comments