-
Notifications
You must be signed in to change notification settings - Fork 90
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
stdio.prompt
can crash PowerShell
#249
Comments
I didn't put anything in the field though? |
Odd, if you face this again, can you give the exit code of powershell? I believe you can get it by echoing |
This is most likely to due to the Console Mode changed while using |
Lune doesn't manually depend on the windows API, but rather uses a crate called |
this may be a dupllicate of #241 but I'll provide some extra repro steps, it may take a few tries.
Run
lune
and type in these two lines:Next, press Ctrl-C to exit out of the prompt prematurely. Press "up", and powershell will crash. I haven't been able to replicate this behaviour in
cmd
The text was updated successfully, but these errors were encountered: