We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f99126d commit 1161284Copy full SHA for 1161284
PauseWrapper.js
@@ -33,7 +33,7 @@ Object.assign(PauseWrapper.prototype, {
33
_onResumeCb: function (cb, handler) {
34
var scope = this
35
this._onResume(function () {
36
- handler.call(this, function (err, data) {
+ handler.call(scope, function (err, data) {
37
scope._onResume(function () {
38
if (!cb) return
39
cb.call(scope, err, data)
0 commit comments