Skip to content

doc: fs.appendFileSync wrong file argument type #6508

@MrQubo

Description

@MrQubo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    docIssues and PRs related to the documentations.fsIssues and PRs related to the fs subsystem / file system.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions