-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
doc: typo in api/process.md #12565
Copy link
Copy link
Closed
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.processIssues and PRs related to the process subsystem.Issues and PRs related to the process subsystem.
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.processIssues and PRs related to the process subsystem.Issues and PRs related to the process subsystem.
In doc/api/process.md, there is a typo in the 'A note on process I/O' section where it says:
where
console.write()should presumably instead beconsole.error(), sinceconsole.write()does not exist andconsole.error()is the only otherconsolemethod referred to in that section.