Skip to content

Commit

Permalink
made a small change to a WS error log
Browse files Browse the repository at this point in the history
  • Loading branch information
NateTheDev1 committed Jan 18, 2024
1 parent e88addc commit f59cc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spacetimedb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ export class SpacetimeDBClient {
* @param event ErrorEvent object.
*/
private handleOnError(event: ErrorEvent) {
stdbLogger("warn", "Error: " + event);
stdbLogger("warn", "WS Error: " + event);
this.emitter.emit("disconnected");
this.emitter.emit("client_error", event);
}
Expand Down

0 comments on commit f59cc6b

Please sign in to comment.