Skip to content

Commit c7b6241

Browse files
committed
fix typo
1 parent d8dc385 commit c7b6241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lazer/sdk/js/src/socket/resilient-websocket.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export class ResilientWebSocket {
8686

8787
startWebSocket() {
8888
if (this.wsUserClosed) {
89-
this.logger.error("Connection was explicitly close. Won't reconnect.");
89+
this.logger.error("Connection was explicitly closed by user. Will not reconnect.");
9090
return;
9191
}
9292

0 commit comments

Comments
 (0)