diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-08-30 17:58:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-30 21:58:24 +0000 |
commit | f891e73bbfc4a8f4f24039dd046c8d3de80e2c56 (patch) | |
tree | d3ca7e1163550cc7fee6d523269d6a3636218da0 /cli/graph_util.rs | |
parent | 55137c9db4ed7226a6a68256c3cb9fdad7ad7c83 (diff) |
refactor: remove DENO_FUTURE (#25314)
Diffstat (limited to 'cli/graph_util.rs')
-rw-r--r-- | cli/graph_util.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/graph_util.rs b/cli/graph_util.rs index 8ff6c9ae3..f1188505e 100644 --- a/cli/graph_util.rs +++ b/cli/graph_util.rs @@ -543,7 +543,7 @@ impl ModuleGraphBuilder { // opted into using a node_modules directory if self .options - .node_modules_mode()? + .node_modules_dir()? .map(|m| m.uses_node_modules_dir()) .unwrap_or(false) { |