-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Program doesn't run when compiled with --no-terminal
on Windows
#33
Comments
--no-terminal
--no-terminal
on Windows
@steveRoll-git have you heard any answers for this? I'm new to Deno and this is happening to me, too. |
Seems to be an issue on Deno's end |
with plain deno projects right? |
Sorry, what does plain deno project mean? |
This is a deno issue, not dwm. You can prove this for yourself with these reproduction steps. |
i have the same issue. Application exits immediately when compiled with --no-terminal |
I was bothered by the fact that when you compile a program with
deno compile
on Windows, the resulting executable opens with acmd
window behind dwm's window. After some searching, I found that a flag was added to compile the executable with the "GUI" subsystem that should prevent acmd
window from showing.However, when running an executable compiled with this option, the program doesn't seem to run at all and exits with code 0.
The text was updated successfully, but these errors were encountered: