Skip to content

doc: update mode type for several functions

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/doc into master

https://github.com/nodejs/node/pull/31085 updated the documented type for the mode argument to fs.chmod() and fs.chmodSync(), but it missed fsPromises.chmod(). Furthermore, the fchmod(), open(), mkdir(), and process.umask() require similar updates. This PR provides those updates.

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

Merge request reports

Loading