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

Use proper error handling #6

Open
Holzhaus opened this issue Feb 6, 2022 · 1 comment · Fixed by #11
Open

Use proper error handling #6

Holzhaus opened this issue Feb 6, 2022 · 1 comment · Fixed by #11

Comments

@Holzhaus
Copy link
Owner

Holzhaus commented Feb 6, 2022

Sometimes, Result::unwrap is used, which may panic if the result is an error. Instead, proper error handling should be implemented.

@Holzhaus
Copy link
Owner Author

Holzhaus commented Feb 9, 2022

There are still a few instances where unwrap is used.

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 a pull request may close this issue.

1 participant