Skip to content

Commit 19c3e24

Browse files
committed
chore: remove unnecessary comment in cli.rs
1 parent ba39ecb commit 19c3e24

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • crates/vite_installer/src

crates/vite_installer/src/cli.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ 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 auto_detect_node_manager()
58-
// to keep both "yes" and "no" logic in one place.
59-
6057
// quiet implies yes
6158
if opts.quiet {
6259
opts.yes = true;

0 commit comments

Comments
 (0)