mirror of https://github.com/embarklabs/embark.git
put as one line
This commit is contained in:
parent
04a7d2a50b
commit
aaa5a6fd58
|
@ -111,8 +111,7 @@ class ConsoleListener {
|
|||
apiRoute,
|
||||
(ws, _req) => {
|
||||
this.events.on('contracts:log', function(log) {
|
||||
ws.send(JSON.stringify(log), () => {
|
||||
});
|
||||
ws.send(JSON.stringify(log), () => {});
|
||||
});
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue