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

Correct return channel to .NET for errors #18

Merged

Conversation

uniederer
Copy link
Contributor

Playing around with BrowserQRCodeReader I got occasional .NET exceptions complaining about the inability to serialize err to a string. On the course to get rid of some distracting console output I created a dedicated return channel for errors. Yet I do not know yet what to do with them as of now.

Ueli Niederer and others added 3 commits May 26, 2021 13:33
@sabitertan
Copy link
Owner

Those errors have no meaning to end user, but we can capture them and collaborate with zxing-js maintainers to keep library nice and neat.

@sabitertan sabitertan merged commit adafcf4 into sabitertan:master May 27, 2021
@uniederer uniederer deleted the bugfix/incorrect_error_serialization branch May 27, 2021 10:21
@uniederer
Copy link
Contributor Author

Thought so. Now we have those errors at least in .NET and can take them from there...

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