UNPKG

promise-toolbox

Version:
5 lines (4 loc) 110 B
"use strict"; module.exports = function tapCatch(cb) { return this.then(undefined, cb).then(() => this); };