mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
process.stdout isn't fully initialized yet by the time the test starts when invoked with `python tools/test.py`. Use process.stdin instead and force initialization with process.stdin.resume().