mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-25 21:18:51 +00:00
Merge pull request #1020 from embark-framework/chores/add-back-output-done
Add back output done
This commit is contained in:
commit
959501cf00
@ -96,6 +96,8 @@ class Server {
|
|||||||
this.app[apiCall.method].apply(this.app, [apiCall.endpoint, this.applyAPIFunction.bind(this, apiCall.cb)]);
|
this.app[apiCall.method].apply(this.app, [apiCall.endpoint, this.applyAPIFunction.bind(this, apiCall.cb)]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.app.ws('/', () => {});
|
||||||
const wss = expressWs.getWss('/');
|
const wss = expressWs.getWss('/');
|
||||||
|
|
||||||
self.events.on('outputDone', () => {
|
self.events.on('outputDone', () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user