diff --git a/gui/sock.js b/gui/sock.js index 7583981d..f9c916f1 100644 --- a/gui/sock.js +++ b/gui/sock.js @@ -236,6 +236,8 @@ client.on('data', function(socketdata) { }; ipcRenderer.send('request-update-tnc-state', Data); + //continue to next for loop iteration, nothing else needs to be done here + continue; }