mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-03 02:43:25 +00:00
Fix git merging badly
This commit is contained in:
parent
e13c0b3724
commit
bdd5852b6c
@ -44,10 +44,11 @@ class Server {
|
|||||||
wss.clients.forEach(function (client) {
|
wss.clients.forEach(function (client) {
|
||||||
client.send('outputDone');
|
client.send('outputDone');
|
||||||
});
|
});
|
||||||
|
});
|
||||||
|
|
||||||
self.events.on('outputError', () => {
|
self.events.on('outputError', () => {
|
||||||
if (ws.readyState === WEB_SOCKET_STATE_OPEN) {
|
wss.clients.forEach(function (client) {
|
||||||
return ws.send('outputError');
|
client.send('outputError');
|
||||||
}
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user