fix(core): update

This commit is contained in:
Philipp Kunz 2019-09-25 18:46:18 +02:00
parent 3bdfe4dcb4
commit bab0f062f7

View File

@ -178,7 +178,6 @@ export class Universe {
* stop everything * stop everything
*/ */
public async stopServer() { public async stopServer() {
console.log('hi');
await this.smartsocket.stop(); await this.smartsocket.stop();
if (!this.options.externalServer) { if (!this.options.externalServer) {
await this.smartexpressServer.stop(); await this.smartexpressServer.stop();