From 585cf2de89f1d253bc14e0835790445d14e324f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 24 Nov 2023 00:38:07 +0100 Subject: feat(unstable): tar up directory with deno.json (#21228) Co-authored-by: David Sherret Co-authored-by: Luca Casonato Co-authored-by: Luca Casonato --- cli/cache/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/cache') diff --git a/cli/cache/mod.rs b/cli/cache/mod.rs index 526236ace..81c126098 100644 --- a/cli/cache/mod.rs +++ b/cli/cache/mod.rs @@ -165,7 +165,7 @@ impl FetchCacher { } } -static DENO_REGISTRY_URL: Lazy = Lazy::new(|| { +pub(crate) static DENO_REGISTRY_URL: Lazy = Lazy::new(|| { let env_var_name = "DENO_REGISTRY_URL"; if let Ok(registry_url) = std::env::var(env_var_name) { // ensure there is a trailing slash for the directory -- cgit v1.2.3