summaryrefslogtreecommitdiff
path: root/cli/tools/task.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tools/task.rs')
-rw-r--r--cli/tools/task.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/task.rs b/cli/tools/task.rs
index f3acd1b19..d929dc666 100644
--- a/cli/tools/task.rs
+++ b/cli/tools/task.rs
@@ -122,7 +122,7 @@ pub async fn execute_script(
None => Default::default(),
};
let env_vars = match npm_resolver.root_node_modules_path() {
- Some(dir_path) => collect_env_vars_with_node_modules_dir(&dir_path),
+ Some(dir_path) => collect_env_vars_with_node_modules_dir(dir_path),
None => collect_env_vars(),
};
let local = LocalSet::new();