chore: improve formatting of 'target does not exist' error message
This commit is contained in:
parent
fa03e838a6
commit
6744750e2c
|
@ -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()
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue