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

Update error handling #19

Open
wants to merge 1 commit into
base: rewrite_backend_rust
Choose a base branch
from
Open

Conversation

Centeno448
Copy link
Collaborator

Updates the usage of unwrap with anyhow::context so that they are wrapped in a anyhow::Error with some specific context.

Usage of unwrap in the startup phase of the app are replaced with expect so that it still panics, but we have more context as to what failed.

@Centeno448 Centeno448 marked this pull request as ready for review August 23, 2024 21:38
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.

1 participant