Skip to content

Commit

Permalink
style(cli): Better looking error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ElBe-Plaq committed May 27, 2024
1 parent b7df891 commit 37f7332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ fn main() {

eprintln!("{error_message}");

eprintln!("Compiling `{file_name}` was not successful:\n{error}");
eprintln!("\nCompiling `{file_name}` was not successful:\n {error}");
std::process::exit(1);
}
Ok(tokens) => {
Expand Down

0 comments on commit 37f7332

Please sign in to comment.