Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Commit 41b0bfb

Browse files
authored
Merge pull request #3174 from withspectrum/fix-var-declarations-desktop
Fix flow
2 parents e8bbade + bef5292 commit 41b0bfb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

desktop/src/main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ const CONFIG = require('./config');
1010
// be closed automatically when the JavaScript object is garbage collected.
1111
// eslint-disable-next-line
1212
let win;
13+
let splash;
14+
let mainWindow;
1315

1416
const startUrl = isDev ? CONFIG.APP_DEV_URL : CONFIG.APP_REMOTE_URL;
1517

0 commit comments

Comments
 (0)