Skip to content

doc: describe when stdout/err is sync

process.stdout, process.stderr, and console.log() and console.error() which use the process streams, are usually synchronous. Warn about this, and clearly describe the conditions under which they are synchronous.

Fix: https://github.com/nodejs/node/issues/10617

Checklist
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

doc,console,process

Merge request reports

Loading