Loading lib/rp.js +1 −1 Original line number Original line Diff line number Diff line Loading @@ -128,7 +128,7 @@ request.Request.prototype.catch = function RP$catch(onRejected) { return this._rp_promise.catch.apply(this._rp_promise, arguments); return this._rp_promise.catch.apply(this._rp_promise, arguments); }; }; request.Request.prototype.finally = function RP$catch() { request.Request.prototype.finally = function RP$finally() { markPromiseInUse(this); markPromiseInUse(this); return this._rp_promise.finally.apply(this._rp_promise); return this._rp_promise.finally.apply(this._rp_promise); }; }; Loading Loading
lib/rp.js +1 −1 Original line number Original line Diff line number Diff line Loading @@ -128,7 +128,7 @@ request.Request.prototype.catch = function RP$catch(onRejected) { return this._rp_promise.catch.apply(this._rp_promise, arguments); return this._rp_promise.catch.apply(this._rp_promise, arguments); }; }; request.Request.prototype.finally = function RP$catch() { request.Request.prototype.finally = function RP$finally() { markPromiseInUse(this); markPromiseInUse(this); return this._rp_promise.finally.apply(this._rp_promise); return this._rp_promise.finally.apply(this._rp_promise); }; }; Loading