-
Notifications
You must be signed in to change notification settings - Fork 298
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
'WinIOError' thrown from 'Ctrl+L' was fixed in recent versions #1315
Comments
After update to most recent version of powershell core, error stills persists.Last 8 Keys:
Exception:
|
@justPaulo did you update to the most recent version of PSReadLine? |
No because of: |
@justPaulo Please try this:
Be sure to exit all instances of |
Tried it: I completely closed and logout from pwsh, as well zsh on macOS Catalina. PS /Users/pnascim> $PSVersionTable Name Value ---- ----- |
@justPaulo There is a thread about this. It looks like something with |
The
IOException
thrown from Ctrl+l was fixed in recent versions.If you run into this one (seeing a stack trace like the below one), please try out the latest version of
PSReadLine
from PowerShell Gallery.This issue was fixed by #790. The fix was included in
2.0.0-beta4
and newer versions.For more information, take a look at #922 (comment).
The text was updated successfully, but these errors were encountered: