chore: improve formatting of 'target does not exist' error message

This commit is contained in:
Muhammad Nauman Raza 2024-04-02 16:37:34 +01:00
parent 23bb92fdfd
commit fe8b564c1a
No known key found for this signature in database
GPG key ID: 31BC90D626D2DBBE

View file

@ -81,7 +81,7 @@ fn vaporise() -> Result<()> {
} }
} else { } else {
println!( println!(
"{}: the specified target does not exist {}", "{}: the specified target does not exist: {}",
"error".red().bold(), "error".red().bold(),
target.yellow() target.yellow()
); );