UNPKG

comandante

Version:

spawn() that returns a duplex stream and emits errors with stderr data on non-zero exit codes

4 lines (2 loc) 71 B
var run = require('../'); run('git', [ 'log' ]).pipe(process.stdout);