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
What version of bluebird is the issue happening on?
3.3.5
What platform and version? (For example Node.js 0.12 or Google Chrome 32)
Linux Chrome 52 (allegedly)
Did this issue happen with earlier version of bluebird?
Unsure.
I have a number of error reports in my js reporter that claim to be coming from Linux Chrome 52, where requiring bluebird immediately throws an exception on calling NativePromise.resolve() (https://github.com/petkaantonov/bluebird/blob/master/src/schedule.js#L22). I can't reproduce this on my own version of Chrome 52 on Ubuntu, but wondered if anyone was aware of an environment where util.getNativePromise() would return a value, yet that value wouldn't have a resolve function.
The text was updated successfully, but these errors were encountered:
What version of bluebird is the issue happening on?
3.3.5
What platform and version? (For example Node.js 0.12 or Google Chrome 32)
Linux Chrome 52 (allegedly)
Did this issue happen with earlier version of bluebird?
Unsure.
I have a number of error reports in my js reporter that claim to be coming from Linux Chrome 52, where requiring bluebird immediately throws an exception on calling
NativePromise.resolve()
(https://github.com/petkaantonov/bluebird/blob/master/src/schedule.js#L22). I can't reproduce this on my own version of Chrome 52 on Ubuntu, but wondered if anyone was aware of an environment whereutil.getNativePromise()
would return a value, yet that value wouldn't have aresolve
function.The text was updated successfully, but these errors were encountered: