You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: don't abort on first encountered error when resetting Windows console
When resetting the Windows console modes, we must not abort on the
first encountered error, otherwise we might leave the console in an
unexpected state.
This is easily reproducible by calling SetRaw while stdout is
redirected: Reset will abort restoring console modes after failing
to reset stdout, which leaves stderr in its raw state.
Signed-off-by: Christian Muehlhaeuser <[email protected]>
0 commit comments