Skip to content

Commit

Permalink
Use eprintln! instead of println!
Browse files Browse the repository at this point in the history
  • Loading branch information
saulecabrera committed Aug 13, 2024
1 parent 1a86dd5 commit 1154fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fn main() -> Result<()> {
Command::EmitProvider(opts) => emit_provider(opts),
c @ Command::Compile(opts) | c @ Command::Build(opts) => {
if c.is_compile() {
println!(
eprintln!(
r#"
The `compile` command will be deprecated in the next major
release of the CLI (v4.0.0)
Expand Down

0 comments on commit 1154fb2

Please sign in to comment.