[Bootstrap] Revert accidental inclusion
This commit is contained in:
parent
2bcbec4d44
commit
567f7dd61e
1 changed files with 0 additions and 4 deletions
4
src/bootstrap.js
vendored
4
src/bootstrap.js
vendored
|
@ -102,10 +102,6 @@ const startUpdate = async () => {
|
|||
log('AsarUpdate', 'Failed', e);
|
||||
}
|
||||
}, 1000);
|
||||
|
||||
if (process.argv.includes('--config') || !oaConfig.setup) {
|
||||
require('./config')();
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue