Skip to content

Commit 3520378

Browse files
kytartzloirock
authored andcommitted
fix #396
1 parent 7902263 commit 3520378

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/_microtask.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports = function () {
4040
};
4141
// environments with maybe non-completely correct, but existent Promise
4242
} else if (Promise && Promise.resolve) {
43-
var promise = Promise.resolve();
43+
var promise = Promise.resolve(undefined);
4444
notify = function () {
4545
promise.then(flush);
4646
};

0 commit comments

Comments
 (0)