lichen icon indicating copy to clipboard operation
lichen copied to clipboard

chore: improve error output

Open strowk opened this issue 4 months ago • 0 comments

Changes returned error so that log would contain json value that failed to be parsed.

background: sometimes go mod download can print stuff that is not json (typically errors and/or warnings). Using combined output results in entire output (logs and all) to be parsed as json. This can result in an error and produce unclear output. This change suggests to make output more clear in this and possibly other cases.

strowk avatar Aug 21 '25 13:08 strowk