Conversation
Trott
left a comment
There was a problem hiding this comment.
Welcome @roadev and thanks for the pull request! I'm not sure this example demonstrates anything to the user about file modes, which is what this section of the documentation is about. Perhaps it should be moved to the parent section about fs.chmod()? The reader shouldn't have to scroll through all the file-mode stuff to get an example of fs.chmod() since they may already know all about file modes....
d33dcef to
e07c335
Compare
You're right @Trott ! |
Co-Authored-By: Rich Trott <rtrott@gmail.com>
|
Landed in 41fad84 Thanks for the contribution! 🎉 (If you're interested in other possible contributions to Node.js but don't have a good idea of where to start looking, some ideas are posted at https://www.nodetodo.org/next-steps/.) |
PR-URL: #28365 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
PR-URL: #28365 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes