util.pump was deprecated since nodejs v0.10, and there is an ongoing discussion on removing that in the next major version: nodejs/node#2531.
The line in question: /lib/action.js#L50:
should be probably replaced with
I am not making a pull request because I am not a user of this package and have not tested it.
util.pumpwas deprecated since nodejs v0.10, and there is an ongoing discussion on removing that in the next major version: nodejs/node#2531.The line in question: /lib/action.js#L50:
should be probably replaced with
I am not making a pull request because I am not a user of this package and have not tested it.