Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit a336092

Browse files
Don't do an async NodePathTester test on startup…
…since we're about to do a sync test when `JobManager` initializes.
1 parent 6849285 commit a336092

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ export default {
4343
async activate () {
4444
Config.initialize();
4545
this.workerPath = Path.join(__dirname, 'worker.js');
46-
NodePathTester.test(Config.get('nodeBin'));
4746
this.jobManager = new JobManager();
4847

4948
// Keep track of whether the user has seen certain notifications. Absent

0 commit comments

Comments
 (0)