fix wizard regression

This commit is contained in:
IrosTheBeggar 2020-12-19 12:26:10 -05:00
parent 60e4c5c99e
commit c778e24dbe

View File

@ -10,7 +10,7 @@ if (process.versions["electron"]) {
const config = require("./modules/config/configure-commander.js").setup(process.argv);
// User ran a maintenance operation. End the program
if (!config){ process.exit(0); }
if (!config){ return; }
// Check for errors
if (config.error) {