You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varfooAsync=Promise.method(foo)fooAsync()==>PossiblyunhandledReferenceError: aisnotdefinedatfoo(http://localhost:9967/demo/test:6:14)attryCatch1(http://localhost:9967/demo/test:5078:21)atPromise$_method(http://localhost:9967/demo/test:2180:25)atObject.bluebird(http://localhost:9967/demo/test:17:1)ats(http://localhost:9967/demo/test:1:220)ate(http://localhost:9967/demo/test:1:391)
at http://localhost:9967/demo/test:1:409
Obviously it gets a bit more murky when the error is deep in some app:
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: