When I debug my application and set it to breakpoint on all exceptions, it stops at line 3 in bluebirds async.js (link)
{throw new Error(); } catch (e) {firstLineError = e;}
That line strikes me as a little odd.
What's the purpose of it?
Thank you