jayvee icon indicating copy to clipboard operation
jayvee copied to clipboard

[BUG] TextFile Logging doesn't respect newlines

Open jrentlez opened this issue 1 year ago • 0 comments

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

jrentlez avatar Jan 29 '25 11:01 jrentlez