Small optimization to onData

This commit is contained in:
Mashintime 2023-02-05 01:00:57 -05:00
parent 06fe52f460
commit 5b6d43e33d

View file

@ -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;
}