diff options
Diffstat (limited to 'cli/fmt_errors.rs')
-rw-r--r-- | cli/fmt_errors.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/fmt_errors.rs b/cli/fmt_errors.rs index b6e44ea07..106ecaaf2 100644 --- a/cli/fmt_errors.rs +++ b/cli/fmt_errors.rs @@ -283,7 +283,7 @@ impl fmt::Display for PrettyJsError { "{}", &format_stack( true, - &self.0.message, + &self.0.exception_message, cause.as_deref(), self.0.source_line.as_deref(), self.0.start_column, |