From fe89a139574259be35c4f196870a7bb961d6f983 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Tue, 2 Apr 2024 16:37:34 +0100 Subject: [PATCH] chore: improve formatting of 'target does not exist' error message --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index c0f3c89..f54a189 100644 --- a/src/main.rs +++ b/src/main.rs @@ -81,7 +81,7 @@ fn vaporise() -> Result<()> { } } else { println!( - "{}: the specified target does not exist {}", + "{}: the specified target does not exist: {}", "error".red().bold(), target.yellow() );