tapjs / stack-utils

Captures and cleans stack traces.
https://www.npmjs.com/package/stack-utils
MIT License
190 stars 35 forks source link

at generatorFunction.next (<anonymous>) get net parsed #32

Open aight8 opened 7 years ago

aight8 commented 7 years ago
    at generatorFunction.next (<anonymous>)

get not parsed, parseLine return null on this line

conartist6 commented 2 years ago

Here's a simple repro:

(function*(){throw new Error('foo')})().next()
conartist6 commented 2 years ago

This is fixed stack-tools.