mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
fix: don't print release notes on version check prompt (#19252)
This commit is contained in:
parent
935071dd0e
commit
76400149a4
1 changed files with 0 additions and 1 deletions
|
@ -231,7 +231,6 @@ pub fn check_for_upgrades(
|
|||
"{}",
|
||||
colors::italic_gray("Run `deno upgrade` to install it.")
|
||||
);
|
||||
print_release_notes(version::deno(), &upgrade_version);
|
||||
}
|
||||
|
||||
update_checker.store_prompted();
|
||||
|
|
Loading…
Add table
Reference in a new issue