mirror of
https://github.com/denoland/deno.git
synced 2025-01-18 03:44:05 -05:00
parent
161a4fea47
commit
0597499e9e
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ impl<TEnvironment: UpdateCheckerEnvironment> UpdateChecker<TEnvironment> {
|
||||||
let file = self.maybe_file.as_ref()?;
|
let file = self.maybe_file.as_ref()?;
|
||||||
// If the current version saved is not the actualy current version of the binary
|
// If the current version saved is not the actualy current version of the binary
|
||||||
// It means
|
// It means
|
||||||
// - We already check for a new vesion today
|
// - We already check for a new version today
|
||||||
// - The user have probably upgraded today
|
// - The user have probably upgraded today
|
||||||
// So we should not prompt and wait for tomorrow for the latest version to be updated again
|
// So we should not prompt and wait for tomorrow for the latest version to be updated again
|
||||||
if file.current_version != self.env.current_version() {
|
if file.current_version != self.env.current_version() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue