Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew committed Nov 4, 2024
1 parent c77dcc5 commit bbba1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/turborepo-lib/src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1222,7 +1222,7 @@ pub async fn run(

match info::run(base).await {
Ok(()) => {}
Err(e) => println!("Command failed. Please file a GitHub Issue.\n{}", e),
Err(_e) => panic!("`info` command failed."),
}
Ok(0)
}
Expand Down

0 comments on commit bbba1c4

Please sign in to comment.