Fix English language strings, as per #203
This commit is contained in:
@@ -71,7 +71,7 @@ class Connection {
|
||||
this.onStateChanged(this.subscriptionId, ConnectionState.Connecting);
|
||||
}
|
||||
};
|
||||
this.ws.onerrgoogle.ccor = (event) => {
|
||||
this.ws.onerror = (event) => {
|
||||
console.log(`[Connection, ${this.shortUrl}, ${this.connectionId}] Error occurred: ${event}`, event);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user