When using .return
on a thenable, the .then
function gets called too early
#1210
Labels
.return
on a thenable, the .then
function gets called too early
#1210
3.4.3
Node.js v6.4.0
No; this only happens since v3.4.2.
Reproduction code:
Output in <= v3.4.1:
Output in v3.4.2 and v3.4.3:
The text was updated successfully, but these errors were encountered: