summaryrefslogtreecommitdiff
path: root/cli/factory.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/factory.rs')
-rw-r--r--cli/factory.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/factory.rs b/cli/factory.rs
index e9a50aada..9c553620d 100644
--- a/cli/factory.rs
+++ b/cli/factory.rs
@@ -241,6 +241,7 @@ impl CliFactory {
self.services.global_http_cache.get_or_try_init(|| {
Ok(Arc::new(GlobalHttpCache::new(
self.deno_dir()?.deps_folder_path(),
+ crate::cache::RealDenoCacheEnv,
)))
})
}