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

Missing ...else { throw; } ? #85

Closed
flytzen opened this issue Dec 3, 2021 · 1 comment · Fixed by #87
Closed

Missing ...else { throw; } ? #85

flytzen opened this issue Dec 3, 2021 · 1 comment · Fixed by #87

Comments

@flytzen
Copy link
Collaborator

flytzen commented Dec 3, 2021

Looking at the QR generation code because of issue #50 and came across this:

shouldn't we have

else { throw; }

in this one and the one below to avoid swallowing exceptions?

@ahwm
Copy link
Collaborator

ahwm commented Dec 7, 2021

That's probably a good idea.

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.

2 participants