UNPKG

cl-crud

Version:

cool-admin: cl-crud、cl-form

12 lines (10 loc) 275 B
Promise.prototype.done = function (cb) { let P = this.constructor; return this.then( (value) => P.resolve(cb()).then(() => value), (reason) => P.resolve(cb()).then(() => { throw reason; }) ); };