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

switch to using win-spawn #4

Closed bcoe closed 9 years ago

bcoe commented 9 years ago

win-spawn is a handy shim for running spawn on Windows, I've confirmed that it does the trick testing on Windows 7.