reasonml-old/BetterErrors

`huh` doesn't preserve exit code

jaredly opened this issue · 0 comments

:~/clone/rsn/withbuckle$ fail
zsh: command not found: fail
:~/clone/rsn/withbuckle$ echo $?
127
:~/clone/rsn/withbuckle$ fail | huh
zsh: command not found: fail

✔ Seems fine!
:~/clone/rsn/withbuckle$ echo $?
0

I expect the exit code (127) to be preserved