Exit on error

This commit is contained in:
Bryan Ashby
2020-07-05 15:32:10 -06:00
parent 20bbbd2f59
commit 8c1ff7e228

View File

@@ -125,6 +125,7 @@ function main() {
if(err && !errorDisplayed) {
console.error('Error initializing: ' + util.inspect(err));
return process.exit();
}
}
);