aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 1de758a..71a4c87 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -30,6 +30,7 @@ fn start() -> anyhow::Result<()> {
Err(e) => {
stdout.set_color(ColorSpec::new().set_fg(Some(Color::Red)))?;
writeln!(&mut stdout, "[ ERROR ] Starting {}: {}", service_name, e)?;
+ stdout.set_color(&ColorSpec::new())?;
}
}
}