-
Notifications
You must be signed in to change notification settings - Fork 279
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
panicked: cannot get console mode #15
Comments
I found the problem I will update it directly when I am at home. I forgot to remove the panic!() lines in a file. Sorry for the problem. Which version are you using? |
Currently on crossterm 0.2.1
…On Wed, 13 Jun 2018, 3:51 pm Timon, ***@***.***> wrote:
I found the problem I will update it directly when I am at home. I forgot
to remove the panic!() lines in a file. Sorry for the problem. Wihts
version are you using?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABz8TwnYnmfWuLIftiWtXSYedJLuKehzks5t8RjsgaJpZM4UmFAY>
.
|
TimonPost
added a commit
that referenced
this issue
Jun 13, 2018
Removed panic! lines. See [this](#15) issue
If you upgrade to version 0.2.2 your error should be solved. Thanks for the reaction! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
one of my users is getting a weird error:
thread 'main' panicked at 'Cannot get console mode', /cargo/registry/src/github.com-1ecc6299db9ec823/crossterm-0.2.1/src/state/commands/win_commands.rs:48:21
He's on Windows 7, tried using cmd, cygwin and cmder but always gets the same error.
The text was updated successfully, but these errors were encountered: