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

fix(daemon): Handle server response error #2154

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

rekmarks
Copy link
Contributor

Completes our error handling logic for the daemon's web server following #2148.

@rekmarks rekmarks requested a review from kriskowal March 18, 2024 19:03
Comment on lines +87 to +88
// TODO: Log this error locally.
tryRespondWithError(res);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we log something here?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, this is fine.

@rekmarks rekmarks marked this pull request as draft March 18, 2024 19:32
@rekmarks

This comment was marked as resolved.

@rekmarks rekmarks force-pushed the rekmarks-handle-server-error branch from 39d60a3 to ac44064 Compare March 18, 2024 22:26
@rekmarks rekmarks marked this pull request as ready for review March 18, 2024 22:26
Comment on lines +87 to +88
// TODO: Log this error locally.
tryRespondWithError(res);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, this is fine.

@rekmarks rekmarks merged commit 4222776 into master Mar 18, 2024
18 checks passed
@rekmarks rekmarks deleted the rekmarks-handle-server-error branch March 18, 2024 22:34
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.

2 participants