xcbeautify icon indicating copy to clipboard operation
xcbeautify copied to clipboard

Multiline error message is cut out from the output

Open Skoti opened this issue 1 year ago • 14 comments

When an error message is multiline, like this:

/redacted/path/to/file.swift:31: error: -[redacted.package.testfile testRedactedName] : failed: caught error: "code: 1, Error: code: 1, FAILURE: Build failed with an exception.

* What went wrong:
Some problems were found with the
multiple lines here
BUILD FAILED in 1s"

then xcbeautify output only displays:

Redacted
    ✖ testRedactedName, failed: caught error: "code: 1, Error: code: 1, FAILURE: Build failed with an exception.

Skoti avatar Apr 21 '23 13:04 Skoti