Small optimization to onData

This commit is contained in:
Mashintime 2023-02-05 01:00:57 -05:00
parent 8e976b885c
commit 2bf719cc3e

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