Skip to content

Commit 8009bbf

Browse files
authored
Hotfix/starting application (#157)
* Update core.js
1 parent 0cf51da commit 8009bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/electron-libs/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const promises = require('./promisify');
1818
const portfinder = require('portfinder');
1919
const platformData = require('./os-checker');
2020
const {windowsManager} = require('./windows-manager');
21+
const projectVersion = require('../package.json').version;
2122
const {inDevMode} = require('./consts');
2223

2324
/**
@@ -86,7 +87,6 @@ function startService() {
8687
}
8788
})
8889
.catch(error => {
89-
alert();
9090
console.log(error);
9191
alert('Port between 30000 and 31000 are already in use.');
9292
});

0 commit comments

Comments
 (0)