Skip to content

Commit

Permalink
Merge pull request #139 from pragma-org/jeluard/panic-on-stderr
Browse files Browse the repository at this point in the history
chore: use stderr to print panic errors
  • Loading branch information
jeluard authored Mar 7, 2025
2 parents 543e03e + 9843585 commit 0b1dd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/amaru/src/bin/amaru/panic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pub fn panic_handler() {
location = location,
};

println!("\n{}", indent(&error_message, 3));
eprintln!("\n{}", indent(&error_message, 3));
}));
}

Expand Down

0 comments on commit 0b1dd39

Please sign in to comment.