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

throw better errors when app errors and fix hang #294

Merged
merged 4 commits into from
Feb 18, 2025

Conversation

SimonDanisch
Copy link
Owner

App() do 
error("error")
end

Would show an unreadable error and hang, since it was waiting for the session.
This cleans up the error display and makes sure it doesn't wait on the session anymore.

@SimonDanisch SimonDanisch merged commit 26b8a1f into master Feb 18, 2025
4 checks passed
@SimonDanisch SimonDanisch deleted the sd/better-app-error branch February 18, 2025 14:17
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