From 1dc4b8162004f5515cf05f8db3a54b7c7a4fec0b Mon Sep 17 00:00:00 2001 From: danbulant Date: Sun, 23 Jun 2019 12:20:02 +0200 Subject: [PATCH] Fix node integration check --- html/node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/node.js b/html/node.js index 4262acb..61bcabf 100644 --- a/html/node.js +++ b/html/node.js @@ -1,4 +1,4 @@ -if(typeof require() != undefined){ +if(typeof require != undefined){ var wifi, wifiQuality; // In renderer process (web page). const { ipcRenderer } = require('electron')