Exit with non-zero status with faulty settings.js

Closes #4121
This commit is contained in:
Johannes Rothe 2023-04-05 12:20:45 +02:00
parent e5d579c1bb
commit 9fc2f31fa1

View File

@ -148,7 +148,7 @@ try {
} else { } else {
console.log(err); console.log(err);
} }
process.exit(); process.exit(1);
} }
if (parsedArgs.define) { if (parsedArgs.define) {