acme-tiny icon indicating copy to clipboard operation
acme-tiny copied to clipboard

Decode the stderr output to make the output cleaner.

Open adelton opened this issue 8 months ago • 0 comments

Changing

OSError: OpenSSL Error
b'Test failing command.\n'

into a cleaner

OSError: OpenSSL Error
Test failing command.

when the failing command outputs something on its standard error output.

adelton avatar Apr 19 '25 17:04 adelton