Skip to content

Commit ba39ecb

Browse files
committed
fix(installer): update outdated comment to reference auto_detect_node_manager
1 parent 26c3671 commit ba39ecb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/vite_installer/src

crates/vite_installer/src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pub fn parse() -> Options {
5454
if opts.registry.is_none() {
5555
opts.registry = std::env::var("NPM_CONFIG_REGISTRY").ok();
5656
}
57-
// VP_NODE_MANAGER env var is handled in should_enable_node_manager()
57+
// VP_NODE_MANAGER env var is handled in auto_detect_node_manager()
5858
// to keep both "yes" and "no" logic in one place.
5959

6060
// quiet implies yes

0 commit comments

Comments
 (0)