mirror of
https://github.com/esp-rs/espup.git
synced 2025-10-02 15:14:56 +00:00
chore: 🎨 Update warn message
This commit is contained in:
parent
c0a2dbc92c
commit
dc50c2fcf0
@ -31,7 +31,7 @@ pub mod update {
|
||||
|
||||
if let Some(version) = informer.check_version().ok().flatten() {
|
||||
warn!(
|
||||
"{} A new version of {name} is available: {version}",
|
||||
"{} A new version of {name} ('{version}') is available.",
|
||||
emoji::WARN
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user