Friday, 28 April 2017

Bluebird async.js throws error

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



via 23andreas

No comments:

Post a Comment