Skip to content

docs: replace `1` by `process.stdout.fd`

Using fs.writeSync(1, ...) is a little bit confusing in our docs, especially for those users who are not familiar with Unix File System. Replace the number 1 it by a constant process.stdout.fd seems more clear.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading