Webpack build for branch master: f4724d61b2

This commit is contained in:
Travis CI 2017-01-31 03:56:38 +00:00
parent 7b5d0bebe5
commit 65a9fa2bd6
2 changed files with 3 additions and 3 deletions

View file

@ -23564,7 +23564,7 @@ class WebSocketManager extends EventEmitter {
}
destroy() {
this.ws.close(1000);
if (this.ws) this.ws.close(1000);
this._queue = [];
this.status = Constants.Status.IDLE;
}

File diff suppressed because one or more lines are too long