diff options
author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2022-04-13 15:41:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-13 16:41:39 +0200 |
commit | 7d50a5fd4342969d261017b7a6dd0d0528e99a77 (patch) | |
tree | b9aa868213c082e189c6529351e195dee3f8a8aa /cli/fmt_errors.rs | |
parent | c03fbb3c1f58868e079a9bf21f8351ad599ea7b5 (diff) |
refactor(core/error): Clarify JsError message fields (#14269)
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, |