Skip to content

Commit

Permalink
Fix error text
Browse files Browse the repository at this point in the history
  • Loading branch information
VeskeR committed Jun 14, 2024
1 parent ebaea38 commit 9192a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/lib/transport/connectionmanager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ class ConnectionManager extends EventEmitter {
this.cancelWebSocketGiveUpTimer();
this.notifyState({
state: 'disconnected',
error: new ErrorInfo("new ErrorInfo('Unable to connect (network unreachable)'", 80003, 404),
error: new ErrorInfo("Unable to connect (network unreachable)", 80003, 404),
});
} else {
Logger.logAction(
Expand Down

0 comments on commit 9192a56

Please sign in to comment.