rust-cli / human-panic

Panic messages for humans.
https://docs.rs/human-panic
Apache License 2.0
1.66k stars 65 forks source link

Reset terminal color to default at end of output #37

Closed rukai closed 6 years ago

rukai commented 6 years ago

This is a 🐛 bug fix.

Currently the terminal color is set to red at the beginning of the output. However it is never reset again at the end of the output. This causes prompts and future commands that don't set the color to be red. This PR adds the missing reset.

Checklist

Semver Changes

patch version