diff options
Diffstat (limited to 'cli/tools/run/mod.rs')
-rw-r--r-- | cli/tools/run/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tools/run/mod.rs b/cli/tools/run/mod.rs index 21e1f7b5e..321f94fc6 100644 --- a/cli/tools/run/mod.rs +++ b/cli/tools/run/mod.rs @@ -47,6 +47,7 @@ To grant permissions, set them before the script argument. For example: // Run a background task that checks for available upgrades or output // if an earlier run of this background task found a new version of Deno. + #[cfg(feature = "upgrade")] super::upgrade::check_for_upgrades( http_client.clone(), deno_dir.upgrade_check_file_path(), |