mirror of
https://github.com/danbulant/console-hub
synced 2026-06-18 14:01:19 +00:00
Fix node integration check
This commit is contained in:
parent
36b100f2bc
commit
1dc4b81620
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
if(typeof require() != undefined){
|
||||
if(typeof require != undefined){
|
||||
var wifi, wifiQuality;
|
||||
// In renderer process (web page).
|
||||
const { ipcRenderer } = require('electron')
|
||||
|
|
|
|||
Loading…
Reference in a new issue