Open
Description
Input:
gwmi "Select ProcessId,Name,CommandLine From Win32_Process" | ? Name -Like *PowerShell* | select ProcessId,CommandLine
Crashes at:
Bottom of ReadLine
function in ProgramDll.cs
:
Console.CursorLeft = cursorCurrent + 1;
Error:
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: left Actual value was 80.'
Metadata
Metadata
Assignees
Labels
No labels