mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Small optimization to onData
This commit is contained in:
parent
8e976b885c
commit
2bf719cc3e
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue