stefanpenner / es6-promise

A polyfill for ES6-style Promises
MIT License
7.3k stars 593 forks source link

[Fixes #336] Promise.prototype.finally must not fail for a non-callable callback #339

Closed codeworrior closed 5 years ago

stefanpenner commented 5 years ago

Sorry for letting this linger, I was out sick the past few days.

stefanpenner commented 5 years ago

released as v4.2.5 🎉

stefanpenner commented 5 years ago

I'm going to back-port this to RSVP.js as well, thanks again!