## Steps to reproduce 1. Run jayvee with the `peek` debug granularity 2. Use `TextFileInterpreter` to parse a file with newlines not matched by the regex `/\r?\n/` ## Description - Expected: The logging output cuts off after 10 lines - Actual: The lines aren't detected properly due to the false lineBreak regex. https://github.com/jvalue/jayvee/blob/3e1898b46c39c6c1c6b6df95493d34e615c35edc/libs/execution/src/lib/debugging/debug-log-visitor.ts#L130-L135
Steps to reproduce
peekdebug granularityTextFileInterpreterto parse a file with newlines not matched by the regex/\r?\n/Description
jayvee/libs/execution/src/lib/debugging/debug-log-visitor.ts
Lines 130 to 135 in 3e1898b