tapjs / foreground-child

Run a child as if it's the foreground process. Give it stdio. Exit when it exits.
http://tapjs.github.io/foreground-child/
ISC License
40 stars 14 forks source link

change: replace deprecated cross-spawn-async #8

Closed zhuangya closed 8 years ago

zhuangya commented 8 years ago

with cross-spawn (same author with same api)

rmg commented 8 years ago

@isaacs since cross-spawn isn't even used on Linux (aka, the failing Travis tests), but is used on Windows (the passing Appveyor tests), I'm inclined to see this merged. What do you think?

zhuangya commented 8 years ago

@rmg 's PR is way much better. closing this one 😸