- 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.