-
Notifications
You must be signed in to change notification settings - Fork 3.2k
fix windows-hide-console for bun SFE #20594
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
base: main
Are you sure you want to change the base?
Conversation
How does this PR fix it? The changes here likely do not compile and are not related to the PR description Happy to re-open when you've pushed up relevant changes |
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.
Thank you for the contributions, just some comments + can you add a test?
@cirospaciari replied to the comments. For the test, I think |
Thank you for the replies. |
fyi none of the failing tests are related to these changes afaics. Do you think updating with |
What does this PR do?
#15894 added an option
--windows-hide-console
but it isn't really called. This PR fixes it.How did you verify your code works?
before, generated exe always shows as
console
even withwindows-hide-console
set:now, if the flag is set: