We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9274e1 commit aa48d13Copy full SHA for aa48d13
lib/transports/websocket.js
@@ -99,7 +99,7 @@ WS.prototype.doOpen = function () {
99
try {
100
this.ws = BrowserWebSocket ? new WebSocket(uri) : new WebSocket(uri, protocols, opts);
101
} catch (err) {
102
- return this.emit('error', err)
+ return this.emit('error', err);
103
}
104
105
if (this.ws.binaryType === undefined) {
0 commit comments