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

Improve error notifications #36

Merged
merged 1 commit into from
Sep 10, 2024
Merged

Conversation

petebankhead
Copy link
Member

This can be seen in a QuPath script:

Platform.runLater {
    throw new RuntimeException()
}

Previously, a blank error notification would appear with no text.
Now it reports an unknown error, and provides the type of the exception.

@petebankhead petebankhead merged commit 68ca7c7 into qupath:main Sep 10, 2024
1 check passed
@petebankhead petebankhead deleted the errors branch September 10, 2024 06:40
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