Fix stacktrace anonymous function detection
parent
05f717ae0f
commit
7404ce12a0
|
@ -1,4 +1,4 @@
|
|||
const regAssertParser = /(.*?)\n+(.*?)\n+(( at.*?file:\/\/(.*?):(\d+):(\d+).*?\)).*)/s
|
||||
const regAssertParser = /(.*?)\n+(.*?)\n+(( at.*?file:\/\/(.*?):(\d+):(\d+).*?\n).*)/s
|
||||
|
||||
const stackParser = (stack) => {
|
||||
const m = stack.match(regAssertParser)
|
||||
|
|
Loading…
Reference in New Issue