Merge branch 'rewrite' into array-isArray
This commit is contained in:
commit
aa72f87408
27 changed files with 1172 additions and 529 deletions
|
|
@ -18,7 +18,7 @@ module.exports = function($window, Promise) {
|
|||
var next = then.apply(promise, arguments)
|
||||
next.then(complete, function(e) {
|
||||
complete()
|
||||
throw e
|
||||
if (count === 0) throw e
|
||||
})
|
||||
return finalize(next)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue