summaryrefslogtreecommitdiff
path: root/cli/proc_state.rs
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-11-27 13:25:08 -0500
committerGitHub <noreply@github.com>2022-11-27 13:25:08 -0500
commitfb04e87387e04053bf41a1512b4850adf62202c6 (patch)
treea4c57282a33b510d8638681ace10356a4c60a6e4 /cli/proc_state.rs
parenta4dfc6f95553b8e2c6da78cb87a8c74a2f7c7682 (diff)
fix(npm): ensure npm package downloaded once per run when using `--reload` (#16842)
Diffstat (limited to 'cli/proc_state.rs')
-rw-r--r--cli/proc_state.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/proc_state.rs b/cli/proc_state.rs
index dc80ca8db..3b7a97573 100644
--- a/cli/proc_state.rs
+++ b/cli/proc_state.rs
@@ -225,7 +225,6 @@ impl ProcState {
let api = RealNpmRegistryApi::new(
registry_url,
npm_cache.clone(),
- cli_options.cache_setting(),
http_client,
progress_bar.clone(),
);