Skip to content

Commit

Permalink
Include a raw version of function names in error message stack traces (
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin authored May 29, 2024
1 parent 9f19cb6 commit 34dc333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/ui/ErrorMessageStackTraceDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ async function mapStackTrace(stack: string) {
mappedStack.push(
`${originalPosition.source}:${originalPosition.line}:${
originalPosition.column + 1
}`,
} (${match[1]})`,
)
}

Expand Down

0 comments on commit 34dc333

Please sign in to comment.