-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Added an overlay for non 0 exit codes. #352
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
Added an overlay for non 0 exit codes. #352
Conversation
Works great and it makes a really pertinent addition that makes the overall launcher experience more polished
Works in every situation even weird ones like having the launcher detached from the main process.
@Kalitsune
Kalitsune
May 13, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a typo here, the exited code
should be the exit code
@Kalitsune
Kalitsune
May 14, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
woops I forgot to post this message
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right, sorry for my mistake!
Added the feature in #23 with a copy button on the overlay to copy the exit code.