Lesma icon indicating copy to clipboard operation
Lesma copied to clipboard

Error reporting doesn't handle errors spanning multiple lines

Open alinalihassan opened this issue 2 years ago • 0 comments

This is due to the current implementation of the reporter. The span can have multiple lines, but the function handling the output is not dealing with it very well.

Link to source here: https://github.com/alinalihassan/Lesma/blob/main/src/liblesma/Common/Utils.cpp#L11

alinalihassan avatar Sep 03 '22 07:09 alinalihassan