Skip to content

Commit 0e7524e

Browse files
authored
Fix platform data check (#105)
1 parent 4734066 commit 0e7524e

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
@@ -16,7 +16,7 @@ const {spawn} = require('child_process');
1616
const path = require('path');
1717
const promises = require('./promisify');
1818
const portfinder = require('portfinder');
19-
const platformData = require('./os-checker').default;
19+
const platformData = require('./os-checker');
2020
const {windowsManager} = require('./windows-manager');
2121

2222
/**

0 commit comments

Comments
 (0)