We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f97bea0 + 847981a commit afb5ae7Copy full SHA for afb5ae7
lib/es6-promise/-internal.js
@@ -84,7 +84,7 @@ function handleOwnThenable(promise, thenable) {
84
function handleMaybeThenable(promise, maybeThenable, then) {
85
if (maybeThenable.constructor === promise.constructor &&
86
then === originalThen &&
87
- constructor.resolve === originalResolve) {
+ maybeThenable.constructor.resolve === originalResolve) {
88
handleOwnThenable(promise, maybeThenable);
89
} else {
90
if (then === GET_THEN_ERROR) {
0 commit comments