Fork me on GitHub
#babashka
<
2020-09-09
>
Mno15:09:54

Niiice, I always wanted a nice template.

hugod16:09:45

babashka.process only throws on non-zero exit code if there is an error string. How about making it throw when there is no error string as well, with a generic error message?

borkdude16:09:52

yes, I think it should only look at the error code, since stderr is something also used for just debugging

borkdude16:09:02

I copied this from one of my scripts and didn't think too much about it

borkdude16:09:04

PR welcome!