Skip to content

Commit

Permalink
Improve normalizeError() stack
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jun 5, 2022
1 parent 004f72e commit 9ed46c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error/normalize/stack.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const isStackLine = function (line) {
return STACK_LINE_REGEXP.test(line)
}

const STACK_LINE_REGEXP = /^\s*at\s/u
const STACK_LINE_REGEXP = /^\s*at /u

// Generate a new stack trace
const getStackTrace = function () {
Expand Down

0 comments on commit 9ed46c1

Please sign in to comment.