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: handle edge case when error is null #523

Merged
merged 2 commits into from
May 20, 2024

Conversation

shadowusr
Copy link
Member

What's done?

At rare edge-cases, status may be set to error, but error itself is null. This combination of factors leads to the whole report crashing. This PR addresses this and makes report display Unknown error in such cases, at least not crashing the whole page.

@shadowusr shadowusr force-pushed the users/shadowusr/TRIVIAL.handle-null-error branch from 010411c to f103839 Compare May 20, 2024 20:45
@shadowusr shadowusr merged commit 65b3808 into master May 20, 2024
5 checks passed
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