mirror of https://github.com/embarklabs/embark.git
Add back output done
This commit is contained in:
parent
a9bf409aa0
commit
1f93ec0b32
|
@ -96,6 +96,8 @@ class Server {
|
|||
this.app[apiCall.method].apply(this.app, [apiCall.endpoint, this.applyAPIFunction.bind(this, apiCall.cb)]);
|
||||
}
|
||||
}
|
||||
|
||||
this.app.ws('/', () => {});
|
||||
const wss = expressWs.getWss('/');
|
||||
|
||||
self.events.on('outputDone', () => {
|
||||
|
|
Loading…
Reference in New Issue