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.
1 parent 8a4c04a commit 847981aCopy full SHA for 847981a
lib/es6-promise/-internal.js
@@ -87,7 +87,7 @@ function handleOwnThenable(promise, thenable) {
87
function handleMaybeThenable(promise, maybeThenable, then) {
88
if (maybeThenable.constructor === promise.constructor &&
89
then === originalThen &&
90
- constructor.resolve === originalResolve) {
+ maybeThenable.constructor.resolve === originalResolve) {
91
handleOwnThenable(promise, maybeThenable);
92
} else {
93
if (then === GET_THEN_ERROR) {
0 commit comments