m19c / gulp-run

Pipe to shell commands in gulp
ISC License
151 stars 25 forks source link

Add maxBuffer option #33

Closed phazei closed 9 years ago

phazei commented 9 years ago

Added additional option for maxBuffer so it may be increased from default.

cbarrick commented 9 years ago

Interestingly, the maxBuffer option isn't listed in the docs for childProcess.spawn, but is listed for childProcess.exec. After merging, I also switched from spawn to exec. Published as v1.6.9.

Thanks for the contribution!

phazei commented 9 years ago

Sorry, I think I made a mistake, doesn't seem maxBuffer is needed when spawn is being used.