Skip to content

Child process stdout tty methods

The process object in child_process creates stdout using net. The process object in a non child_process uses tty.

As such there are a handful of methods that exist for tty that do not for net, and will cause the child_process to throw if they are used.

This PR adds no-ops for the offending methods

Merge request reports

Loading