From ceca097e6f2215fce29f2e6aaca7702fa0a99404 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 16 Nov 2023 17:29:35 -0500 Subject: fix(npm): support cjs entrypoint in node_modules folder (#21224) Closes #21109 --- cli/tools/run/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/tools') diff --git a/cli/tools/run/mod.rs b/cli/tools/run/mod.rs index 119129b1b..21e1f7b5e 100644 --- a/cli/tools/run/mod.rs +++ b/cli/tools/run/mod.rs @@ -45,8 +45,8 @@ To grant permissions, set them before the script argument. For example: let http_client = factory.http_client(); let cli_options = factory.cli_options(); - // Run a background task that checks for available upgrades. If an earlier - // run of this background task found a new version of Deno. + // 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. super::upgrade::check_for_upgrades( http_client.clone(), deno_dir.upgrade_check_file_path(), -- cgit v1.2.3