mirror of
https://github.com/danbulant/console-hub
synced 2026-06-17 05:21:04 +00:00
Fix node checker
This commit is contained in:
parent
10ed34483b
commit
19209efdf0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
if(typeof module !== undefined){
|
||||
if(typeof require !== typeof undefined){
|
||||
var wifi, wifiQuality;
|
||||
// In renderer process (web page).
|
||||
const { ipcRenderer } = require('electron')
|
||||
|
|
|
|||
Loading…
Reference in a new issue