We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 871ab85 commit 22dd707Copy full SHA for 22dd707
crates/napi/src/util.rs
@@ -63,7 +63,7 @@ pub fn log_internal_error_and_inform(internal_error: &anyhow::Error) {
63
eprintln!(
64
"{}: An unexpected Turbopack error occurred:\n{}",
65
"FATAL".red().bold(),
66
- internal_error.to_string()
+ PrettyPrintError(internal_error)
67
);
68
return;
69
}
0 commit comments