Skip to content

v0.9.4

Latest
Compare
Choose a tag to compare
@dbohdan dbohdan released this 31 Dec 11:29
· 1 commit to master since this release
  • Fixed: print the summary even when the command we run fails.
  • Fixed: only print a newline before an error message if the error message is about receiving a signal.

The newline changes

████████ 1.9^CError: received signal: interrupt

into

████████ 1.9^C
Error: received signal: interrupt

However, we need to check whether the error is a signal so we don't print an extraneous newline before other error messages.