We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f204c2 commit 5522addCopy full SHA for 5522add
ElectronNET.Host/main.js
@@ -153,7 +153,6 @@ function startSocketApiBridge(port) {
153
// live reload watch happen.
154
socket.on('disconnect', function (reason) {
155
console.log('Got disconnect! Reason: ' + reason);
156
-
157
delete require.cache[require.resolve('./api/app')];
158
delete require.cache[require.resolve('./api/browserWindows')];
159
delete require.cache[require.resolve('./api/commandLine')];
0 commit comments