nodejitsu / nexpect

spawn and control child processes in node.js with ease
http://github.com/nodejitsu/nexpect
Other
290 stars 37 forks source link

Improve message on nonempty queue + fix child hanging on stdin #17

Closed bajtos closed 10 years ago

bajtos commented 10 years ago
  1. Improve the error reported when the child process exits before the whole queue is processed.
  2. Add a command to close child's stdin stream.
sam-github commented 10 years ago

LGTM, except a few lines in the README would be helpful.

sam-github commented 10 years ago

My apologies, I didn't notice the README. Looks great.