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
For 'multipleResolves' to be useful in debugging scenarios, we should treat it as an error-like condition. However, Promise.race() implementation triggers it:
For
'multipleResolves'
to be useful in debugging scenarios, we should treat it as an error-like condition. However,Promise.race()
implementation triggers it:I would recommend we change
Promise.race()
implementation in V8 to only call resolve once. Would it be something that could be landed in V8?cc @benjamingr @BridgeAR @bmeurer @nodejs/v8 @nodejs/promises-debugging
Originally reported as mcollina/make-promises-safe#12.
The text was updated successfully, but these errors were encountered: