From 72e88460061134c7ea93cbbfa25d54f51c0e016f 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() );