0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 01:44:26 -05:00

fix: don't print release notes on version check prompt (#19252)

This commit is contained in:
Luca Casonato 2023-05-25 14:45:11 +02:00 committed by GitHub
parent 935071dd0e
commit 76400149a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -231,7 +231,6 @@ pub fn check_for_upgrades(
"{}", "{}",
colors::italic_gray("Run `deno upgrade` to install it.") colors::italic_gray("Run `deno upgrade` to install it.")
); );
print_release_notes(version::deno(), &upgrade_version);
} }
update_checker.store_prompted(); update_checker.store_prompted();