即使Promise.all(promiseArr).then(()=>foo())
中有一部分承诺被拒绝,我也希望foo()
promiseArr
Promise.all(promiseArr).then(()=>foo())
.catch(()=>{/*check percentage of rejected promises and if it's good call foo()*/});
。
这样做有点难看:
git push "my-remote" "my-branch"
有更好的方法吗?