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
Search the existing issues, especially the pinned issues.
Exception report
I encountered a `System.ArgumentOutOfRangeException` while using PSReadLine. The error message is as follows:System.ArgumentOutOfRangeException: The value must be greater than or equal to zero and less than the console’s buffer size in that dimension. Parameter name: top Actual value was -2.
Screenshot
Environment data
PSReadLine Version:PSReadline 2.0.0PowerShell Version:Major Minor Build Revision----- ----- ----- --------5 1 19041 4780Operating System Details:CsName : DESKTOP-618M4H9OsName : Microsoft Windows 10 ProOsArchitecture : 64-bitWindowsVersion : 2009WindowsBuildLabEx : 19041.1.amd64fre.vb_release.191206-1406
Steps to reproduce
Open PowerShell.
Execute a command that triggers the error.
Expected behavior
The command should execute without throwing an exception.
Actual behavior
The command throws a System.ArgumentOutOfRangeException.
The text was updated successfully, but these errors were encountered:
Prerequisites
Exception report
Screenshot
Environment data
Steps to reproduce
Expected behavior
The command should execute without throwing an exception.
Actual behavior
The command throws a
System.ArgumentOutOfRangeException
.The text was updated successfully, but these errors were encountered: