Skip to content

Commit

Permalink
bluebird: Promise.prototype.finally is standard Promise API method (r…
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimyr authored Aug 1, 2020
1 parent 6a1378f commit 3633781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluebird.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ promise
.spread(okFn, errFn) // *
.catch(errFn)
.catch(TypeError, errFn) // *
.finally(fn) // *
.finally(fn)
.map(function (e) { ··· }) // *
.each(function (e) { ··· }) // *
```
Expand Down

0 comments on commit 3633781

Please sign in to comment.