Conversation
1142b54 to
50e6c0b
Compare
|
@nodejs/fs |
|
Welcome, @Granjow! And thanks for the pull request! |
50e6c0b to
5436854
Compare
doc/api/fs.md
Outdated
There was a problem hiding this comment.
Or maybe the first word just needs an initial capital letter?
There was a problem hiding this comment.
Oooohhh! I see what you're trying to do here. Don't use the code snippet as the subject to your sentence.
| creates a symbolic link `mewtwo` in the `example` which points to `mew` in the | |
| The above example creates a symbolic link `mewtwo` in the `example` which points to `mew` in the |
(You'll need to re-wrap at 80 chars if you accept this suggestion.)
There was a problem hiding this comment.
Sounds better indeed, changed it, thanks for the suggestion!
5436854 to
111d5f8
Compare
111d5f8 to
7ca5ce4
Compare
|
Commit message fixed as well … :) |
|
@Trott CI is failing for an unrelated reason. Is it still possible to get this PR merged? |
Jenkins CI passed and that's the one that counts. Travis CI is advisory only. So yes, this can land. |
|
Landed in 2487f39 |
|
Thanks for the contribution! 🎉 |
PR-URL: nodejs#29700 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
|
Cool, thank you! =) |
PR-URL: #29700 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
Clarify the
fs.symlink()parameters and state that relative paths are not resolved by Node.js.Checklist