[Bootstrap] Minor source cleanup
This commit is contained in:
parent
4b7c7430e5
commit
b0dd7d01a0
1 changed files with 1 additions and 1 deletions
2
src/bootstrap.js
vendored
2
src/bootstrap.js
vendored
|
@ -45,7 +45,7 @@ const startCore = () => {
|
|||
crashReporterSetup: require('./crashReporterSetup'),
|
||||
});
|
||||
|
||||
const i = setImmediate(() => {
|
||||
setImmediate(() => {
|
||||
if (!global.mainWindowId) return;
|
||||
|
||||
const bw = BrowserWindow.fromId(global.mainWindowId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue