log-replay
log-replay copied to clipboard
Error in Scanner.Scan when line is too long
Error is raised when the line is too long. This is because the line is longer than the MaxScanTokenSize constant.
I made a PR that uses Reader's ReadLine method instead. Hope this helps. Thanks for the simple but very useful tool.
#14