-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: fs.appendFileSync wrong file argument type #6508
Comments
addaleax
added
doc
Issues and PRs related to the documentations.
fs
Issues and PRs related to the fs subsystem / file system.
labels
May 1, 2016
@MrQubo You don’t happen to be interested in changing the docs for these things yourself? That would definitely be appreciated! In any case, thank you for pointing out these issues. |
2 tasks
fhalde
added a commit
to fhalde/node
that referenced
this issue
May 12, 2016
jasnell
pushed a commit
that referenced
this issue
May 13, 2016
Refs: #6508 PR-URL: #6707 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
Fixed by fc96fda |
evanlucas
pushed a commit
that referenced
this issue
May 17, 2016
Refs: #6508 PR-URL: #6707 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Documentation says that fs.appendFileSync(file, data[, options]) accepts String or Buffer as file, but it accepts file descriptor too.
fs.appendFileSync(file, data[, options]) documentation: https://nodejs.org/dist/latest-v6.x/docs/api/fs.html#fs_fs_appendfilesync_file_data_options
The text was updated successfully, but these errors were encountered: