Fix English language strings, as per #203

This commit is contained in:
Philipp Heckel 2022-04-08 12:45:41 -04:00
parent 8c4f0c1253
commit d2f933e15f
3 changed files with 16 additions and 12 deletions

View file

@ -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);
};
}