📗 API Reference Docs Problem
Location
Section of the site where the content exists
Affected URL(s):
Description
Concise explanation of the problem
I'd like to suggest the following improvements to synchronous child process docs:
- The
options.stdio argument should provide a link to the docs for that option (this is under the async spawn doc)
- Basic usage example(s)
- Exception handling example to demonstrate:
- That
stderr and stdio are attached to the error raised if a child exits with a none-zero code
- That
stderr and stdio are not attached to the error if options.stdio is set to ignore etc.
📗 API Reference Docs Problem
Location
Section of the site where the content exists
Affected URL(s):
Description
Concise explanation of the problem
I'd like to suggest the following improvements to synchronous child process docs:
options.stdioargument should provide a link to the docs for that option (this is under the async spawn doc)stderrandstdioare attached to the error raised if a child exits with a none-zero codestderrandstdioare not attached to the error ifoptions.stdiois set toignoreetc.submit a pull request.