Print more context for debugging nop-preprocessor
This commit is contained in:
parent
ba448a9dd5
commit
b4221680e4
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ fn main() {
|
|||
if let Some(sub_args) = matches.subcommand_matches("supports") {
|
||||
handle_supports(&preprocessor, sub_args);
|
||||
} else if let Err(e) = handle_preprocessing(&preprocessor) {
|
||||
eprintln!("{e}");
|
||||
eprintln!("{e:?}");
|
||||
process::exit(1);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue