log-replay icon indicating copy to clipboard operation
log-replay copied to clipboard

Error in Scanner.Scan when line is too long

Open rakista112 opened this issue 6 years ago • 0 comments

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

rakista112 avatar Jul 31 '19 09:07 rakista112