Skip to content

Fix CLI output on Windows (Issue #289)#290

Merged
marin-m merged 1 commit intomarin-m:mainfrom
FanaticExplorer:patch-1
May 2, 2026
Merged

Fix CLI output on Windows (Issue #289)#290
marin-m merged 1 commit intomarin-m:mainfrom
FanaticExplorer:patch-1

Conversation

@FanaticExplorer
Copy link
Copy Markdown
Contributor

#![windows_subsystem = "windows"] was blocking CLI output. This makes it conditional on the gui feature so CLI-only builds work.

Verified with objcopy (MSYS2 MINGW64).
Fixes #289

#![windows_subsystem = "windows"] was blocking CLI output. 
This makes it conditional on the gui feature so CLI-only builds work. 

Verified with objcopy (MSYS2 MINGW64).
@marin-m marin-m merged commit 15991bb into marin-m:main May 2, 2026
2 checks passed
@marin-m
Copy link
Copy Markdown
Owner

marin-m commented May 2, 2026

Thank you!

@FanaticExplorer FanaticExplorer deleted the patch-1 branch May 2, 2026 01:38
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.

CLI-only build silently crashes on Windows with no output

2 participants