diff --git a/mu/mu.cc b/mu/mu.cc index f119f95b..c4cd1c34 100644 --- a/mu/mu.cc +++ b/mu/mu.cc @@ -42,7 +42,7 @@ output_error(const std::string& what, bool use_color) std::cerr << col.fg(Color::Red) << "error" << col.reset() << ": " << col.fg(Color::BrightYellow) - << what << "\n"; + << what << col.reset() << "\n"; }