This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
doc: fs docs should mention that mode
is ignored when file exists
#6847
Comments
ghost
assigned trevnorris
Jan 17, 2014
@bnoordhuis PR's welcome. ;-P But seriously, have it on my list. |
Looks like it's mentioned in the |
jasnell
added a commit
to jasnell/node-joyent
that referenced
this issue
Jun 24, 2015
Landed in 1b027ee |
jasnell
added a commit
to jasnell/node-joyent
that referenced
this issue
Jun 29, 2015
per: nodejs#6847 Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: nodejs#25565
jasnell
added a commit
to jasnell/node
that referenced
this issue
Aug 4, 2015
per: nodejs/node-v0.x-archive#6847 Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: nodejs/node-v0.x-archive#25591
jBarz
pushed a commit
to ibmruntimes/node
that referenced
this issue
Nov 4, 2016
per: nodejs#6847 Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: nodejs#25591
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
See subject.
On that topic, it's kind of odd that
fs.createReadStream()
accepts a mode argument. I guess it makes sense if you allow people to pass e.g. flags='w' but otherwise it's always a no-op.The text was updated successfully, but these errors were encountered: