summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-25 21:03:05 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-25 21:03:05 -0500
commit40e9f56d257487ecb01b7cd5fbd34409ad460eb0 (patch)
tree971fdf136dc32e5c3547ca616d1eabe793053039
parentc6bfcbac645180162e71bcd445a09032ddb7e838 (diff)
downloadnbsh-40e9f56d257487ecb01b7cd5fbd34409ad460eb0.tar.gz
nbsh-40e9f56d257487ecb01b7cd5fbd34409ad460eb0.zip
this doesn't need to be red
-rw-r--r--src/state/history/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/history/mod.rs b/src/state/history/mod.rs
index 2e07413..d7da064 100644
--- a/src/state/history/mod.rs
+++ b/src/state/history/mod.rs
@@ -640,7 +640,7 @@ async fn run_exe(
let mut entry = env.entry().await;
entry.vt.process(
format!(
- "\x1b[31mnbsh: failed to run {}: {}",
+ "nbsh: failed to run {}: {}",
exe.exe(),
e.source().unwrap()
)