Merge pull request #1020 from embark-framework/chores/add-back-output-done

Add back output done
This commit is contained in:
Eric Mastro 2018-10-31 18:35:30 +01:00 committed by GitHub
commit 959501cf00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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', () => {