Fixed logging bug.

This commit is contained in:
2019-05-24 11:02:44 +02:00
parent b140f0aaab
commit 16635078ac
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1545,7 +1545,7 @@
}
const ipc = null;
let ipc = null;
try {
ipc = require('electron').ipcRenderer;
+1 -1
View File
@@ -4709,7 +4709,7 @@
// }
}
const ipc = null;
let ipc = null;
try {
ipc = require('electron').ipcRenderer;