noseglid / atom-build

:hammer: Build your project directly from the Atom editor
https://atom.io/packages/build
MIT License
248 stars 97 forks source link

close stdin in spawned child processes #546

Closed doudou closed 6 years ago

doudou commented 6 years ago

If we don't close stdin, subprocesses that would ask for user input block forever. Since atom-build has no way to interact with the spawned subprocesses, just close it to have them fail.

noseglid commented 6 years ago

Yea, that makes sense.