Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit dc826c4

Browse files
authored
Merge pull request #931 from riophae/fix-run-method
small tweak on `run()` method
2 parents 5b8620d + 0467062 commit dc826c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/processor.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,8 @@ module.exports = function(proto) {
589589
}
590590
);
591591
});
592+
593+
return this;
592594
};
593595

594596

0 commit comments

Comments
 (0)