summaryrefslogtreecommitdiff
path: root/runtime/fmt_errors.rs
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/fmt_errors.rs')
-rw-r--r--runtime/fmt_errors.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/fmt_errors.rs b/runtime/fmt_errors.rs
index e285d07b4..bd8cf4b94 100644
--- a/runtime/fmt_errors.rs
+++ b/runtime/fmt_errors.rs
@@ -195,7 +195,7 @@ fn find_recursive_cause(js_error: &JsError) -> Option<ErrorReference> {
{
return Some(ErrorReference {
from: current_error,
- to: *seen,
+ to: seen,
});
} else {
current_error = cause;