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 8529a5d3ce
commit fe89a13957

View file

@ -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()
);