Closed Goga0510 closed 3 weeks ago
This issue was already fixed (see #1306). Please upgrade to the 2.3.5 version of PSReadLine from PowerShell Gallery. See the upgrading section for instructions. Please let us know if you run into the same issue with the latest version.
Prerequisites
Exception report
Screenshot
Исключение: System.ArgumentOutOfRangeException: Значение должно быть больше или равно нулю и меньше, чем размер буфера в данной размерности. Имя параметра: top Фактическое значение было -1. в System.Console.SetCursorPosition(Int32 left, Int32 top) в Microsoft.PowerShell.PSConsoleReadLine.ReallyRender(RenderData renderData, String defaultColor) в Microsoft.PowerShell.PSConsoleReadLine.ForceRender() в Microsoft.PowerShell.PSConsoleReadLine.Insert(Char c) в Microsoft.PowerShell.PSConsoleReadLine.SelfInsert(Nullable
1 key, Object arg) в Microsoft.PowerShell.PSConsoleReadLine.ProcessOneKey(ConsoleKeyInfo key, Dictionary
2 dispatchTable, Boolean ignoreIfNoAction, Object arg) в Microsoft.PowerShell.PSConsoleReadLine.InputLoop() в Microsoft.PowerShell.PSConsoleReadLine.ReadLine(Runspace runspace, EngineIntrinsics engineIntrinsics)Environment data
Steps to reproduce
x = int(input())
if x == 2: print(28) elif (x < 8 and x % 2 == 0) or (x > 7 and x % 2 != 0): print(30) else: print(31)
Expected behavior
вывод на экран ответа на код
Actual behavior
выдает при любом коде ошибку