Skip to content

fix(error-rpc): remove corrupted 'ec ónn' heuristic (#365)#405

Open
jdjioe5-cpu wants to merge 1 commit into
FlowwStar:mainfrom
jdjioe5-cpu:fix/issue-365-dead-string
Open

fix(error-rpc): remove corrupted 'ec ónn' heuristic (#365)#405
jdjioe5-cpu wants to merge 1 commit into
FlowwStar:mainfrom
jdjioe5-cpu:fix/issue-365-dead-string

Conversation

@jdjioe5-cpu

Copy link
Copy Markdown

Closes #365. Drops the unreachable 'ec ónn' substring; econnrefused/econnreset stay as the working patterns.

Closes FlowwStar#365.

The 'ec ónn' substring literal in app/error.tsx:24 was corrupted
(accent over o), was never reachable from any real RPC error
message, and sits next to the working 'econnrefused'/'econnreset'
substrings that already cover the same intent. Remove the line
to keep the RPC-unavailable list accurate.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

good first issue: fix corrupted/dead string check in app/error.tsx RPC-unavailable heuristic

1 participant