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

fix: don't print to stdout when initializing console fails on Windows #66

Merged
merged 1 commit into from
Mar 13, 2023

Commits on Mar 10, 2023

  1. fix: don't print to stdout when initializing console fails on Windows

    When stdin/err/out are redirected, console mode can't be changed.
    That's often expected & acceptable however, so we shouldn't print
    errors to stdout.
    
    Signed-off-by: Christian Muehlhaeuser <muesli@gmail.com>
    muesli committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    7b7885a View commit details
    Browse the repository at this point in the history