Fixed along with making the noise eliminator a bit better it now looks like this
Possibly unhandled ReferenceError: a is not defined
at foo (c:\Users\Petka Antonov\bluebird\throwaway.js:7:17)
From previous event:
at Object.<anonymous> (c:\Users\Petka Antonov\bluebird\throwaway.js:17:1)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:906:3
Thanks!
I currently have problems with npm and cannot publish 2.3.7
I've noticed that longStackTraces doesn't seem to work with
Promise.method
in Chrome. Here's a test case demonstrating the issue:Node-style callbacks:
With
method
:Obviously it gets a bit more murky when the error is deep in some app:
The text was updated successfully, but these errors were encountered: