summaryrefslogtreecommitdiff
path: root/cli/graph_util.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/graph_util.rs')
-rw-r--r--cli/graph_util.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/graph_util.rs b/cli/graph_util.rs
index 6136c5691..6c38dccad 100644
--- a/cli/graph_util.rs
+++ b/cli/graph_util.rs
@@ -162,6 +162,7 @@ pub async fn create_graph_and_maybe_check(
let mut cache = cache::FetchCacher::new(
ps.emit_cache.clone(),
ps.file_fetcher.clone(),
+ ps.options.resolve_file_header_overrides(),
PermissionsContainer::allow_all(),
PermissionsContainer::allow_all(),
ps.options.node_modules_dir_specifier(),