Try to recall the previous line by pressing the up arrow, crashing the program
System.ArgumentOutOfRangeException
HResult=0x80131502
Message=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 30.
Source=System.Console
StackTrace:
at System.ConsolePal.SetCursorPosition(Int32 left, Int32 top) in E:\A\_work\297\s\corefx\src\System.Console\src\System\ConsolePal.Windows.cs:line 794
at System.Console.SetCursorPosition(Int32 left, Int32 top) in E:\A\_work\297\s\corefx\src\System.Console\src\System\Console.cs:line 329
at System.Console.set_CursorLeft(Int32 value) in E:\A\_work\297\s\corefx\src\System.Console\src\System\Console.cs:line 265
at LineReader.reader@78.Invoke(Int32 priorIndex, String soFar, Int32 pos) in C:\Users\Akeeton\dev\FSH\src\LineReader.fs:line 86
at LineReader.readLine(FSharpList`1 prior) in C:\Users\Akeeton\dev\FSH\src\LineReader.fs:line 172
at Program.coreLoop@161.Invoke(FSharpList`1 prior) in C:\Users\Akeeton\dev\FSH\src\Program.fs:line 164
at Program.main(String[] _arg1) in C:\Users\Akeeton\dev\FSH\src\Program.fs:line 171
To reproduce:
echo 0123456789ABCDEF
into the shell