mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
fix wizard regression
This commit is contained in:
parent
60e4c5c99e
commit
c778e24dbe
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user