doc: clarify fs.copyFile() symlink behavior#61669
doc: clarify fs.copyFile() symlink behavior#61669junnyontop-pixel wants to merge 1 commit intonodejs:mainfrom
Conversation
|
Sorry, I accidentally included a README change from my main branch. I will fix this PR to only include fs.md changes. |
|
Please can you squash your commits, so that |
43c94a9 to
d7f81cb
Compare
|
I've squashed the commits into one and fixed the trailing whitespace issue. The commit message has also been updated as you requested. Thanks! |
|
Hi @Renegade334, I've completed all the requested changes. Could you please take another look when you have a moment? Thanks! |
|
Sorry, I closed and reopened this PR by mistake. |
Renegade334
left a comment
There was a problem hiding this comment.
Thanks, just needs a quick layout edit.
d7f81cb to
fc3c5ab
Compare
|
Hi @Renegade334, I've moved the note to the position you suggested and force-pushed the update. Could you please take a look when you have a chance? Thanks! |
This PR documents that
fs.copyFile()always dereferences symbolic links, as requested in #61518.When
srcis a symbolic link, the contents of the target file are copied instead of the link itself.Fixes: #61518