mirror of
https://github.com/meteor/meteor.git
synced 2026-01-09 07:38:15 -05:00
force a change on meteor-promise to force run the check
This commit is contained in:
@@ -9,7 +9,7 @@ exports.makeCompatible = function (Promise, Fiber) {
|
||||
}
|
||||
|
||||
if (es6PromiseThen.name === "meteorPromiseThen") {
|
||||
return; // Already compatible.
|
||||
return; // Already compatible
|
||||
}
|
||||
|
||||
function meteorPromiseThen(onResolved, onRejected) {
|
||||
|
||||
Reference in New Issue
Block a user