Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core: fix regression in internal chrome error messages #15853

Merged
merged 2 commits into from
Mar 6, 2024

Conversation

connorjclark
Copy link
Collaborator

We have accidentally unused error definitions in lh-error.js (the ones with pattern:). We are supposed to check every sendCommand for an error response and via fromProtocolMessage create a better error message. But this was never replicated in the new gatherer's connection module.

You can easily confirm this by duplicating the Tracing.start command in trace.js.

@connorjclark connorjclark requested a review from a team as a code owner March 6, 2024 00:20
@connorjclark connorjclark requested review from adamraine and removed request for a team March 6, 2024 00:20
@connorjclark connorjclark merged commit ac785c3 into main Mar 6, 2024
29 checks passed
@connorjclark connorjclark deleted the proto-error-better branch March 6, 2024 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants