mirror of
https://github.com/rust-lang/mdBook
synced 2025-04-29 15:57:31 +08:00
Print more context for debugging nop-preprocessor
This commit is contained in:
parent
ba448a9dd5
commit
b4221680e4
@ -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…
x
Reference in New Issue
Block a user