Skip to content

Commit 22dd707

Browse files
wbinnssmithsokra
andauthored
Update crates/napi/src/util.rs
Co-authored-by: Tobias Koppers <[email protected]>
1 parent 871ab85 commit 22dd707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/napi/src/util.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pub fn log_internal_error_and_inform(internal_error: &anyhow::Error) {
6363
eprintln!(
6464
"{}: An unexpected Turbopack error occurred:\n{}",
6565
"FATAL".red().bold(),
66-
internal_error.to_string()
66+
PrettyPrintError(internal_error)
6767
);
6868
return;
6969
}

0 commit comments

Comments
 (0)