mirror of
https://github.com/esp-rs/espup.git
synced 2025-10-03 15:44:45 +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() {
|
if let Some(version) = informer.check_version().ok().flatten() {
|
||||||
warn!(
|
warn!(
|
||||||
"{} A new version of {name} is available: {version}",
|
"{} A new version of {name} ('{version}') is available.",
|
||||||
emoji::WARN
|
emoji::WARN
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user