Webpack build for branch master: c48f042785

This commit is contained in:
Travis CI 2017-05-01 14:43:53 +00:00
parent c990fc3b7d
commit 2e18839da9
2 changed files with 2 additions and 2 deletions

View file

@ -17648,7 +17648,7 @@ class WebSocketConnection extends EventEmitter {
* @param {CloseEvent} event Close event that was received
*/
onClose(event) {
this.debug(`${this.expectingClose ? 'Server' : 'Client'} closed WebSocket connection: ${event.code}`);
this.debug(`${this.expectingClose ? 'Client' : 'Server'} closed the WebSocket connection: ${event.code}`);
this.closeSequence = this.sequence;
// Reset the state before trying to fix anything
this.emit('close', event);

File diff suppressed because one or more lines are too long