| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Hi, @coreyfarrell! Welcome and thanks for the pull request.
I've left a comment with a requested change. It wraps the text at 80 characters, which you should have received an error about if you ran make lint-md (fast) or make test (slow). It also changes the wording, adds punctuation, and styling. Please take a look.
Sorry, something went wrong.
|
@MylesBorins This documentation update is intended for v10.x and v11.x in addition to master. I assume you don't want me to open PR's for each branch but please let me know if I need to take additional actions or how to handle situations like this in the future. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM with or without the nit-pick suggestion I just left.
Sorry, something went wrong.
Someone will cherry-pick the commit to the other branches. If the cherry-pick does not work because of a conflict, they may leave a comment here asking you to open a backport PR. There's nothing to do at this time, though. |
Sorry, something went wrong.
There was a problem hiding this comment.
thanks for adding this note @coreyfarrell take or leave my comma preferences.
Sorry, something went wrong.
| }); | ||
| ``` | ||
|
|
||
| On Windows, using `fs.mkdir()` on the root directory even with recursion will |
There was a problem hiding this comment.
the nit picky editor in me wonders whether this should be:
Using `fs.mkdir()` on the root directory, even with recursion, will result in an error on Windows:
Sorry, something went wrong.
There was a problem hiding this comment.
My preference is for the fact that it's platform specific to be first but I'm willing to do whatever the consensus is.
Sorry, something went wrong.
There was a problem hiding this comment.
This maybe?
On Windows, using `fs.mkdir()` on the root directory, even with recursion, will
result in an error:
Sorry, something went wrong.
Sorry, something went wrong.
|
Landed in e7c6f4f |
Sorry, something went wrong.
|
@coreyfarrell congrats on your first contribution to Node.js 🎉 |
Sorry, something went wrong.
Fixes: nodejs#25110 PR-URL: nodejs#25340 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ben Coe <bencoe@gmail.com>
Fixes: nodejs#25110 PR-URL: nodejs#25340 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ben Coe <bencoe@gmail.com>
| Back | FazBrowse Home | New Git URL |
Fixes: #25110
Checklist
CC @bcoe @nodejs/fs