Skip to content

Commit

Permalink
doc: update fs.open() changes record for optional 'flags'
Browse files Browse the repository at this point in the history
Was missed on original PR.

Ref: nodejs#23767
  • Loading branch information
rvagg committed Nov 12, 2018
1 parent e3d05a6 commit 4c9089d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2313,6 +2313,9 @@ object with an `encoding` property specifying the character encoding to use.
<!-- YAML
added: v0.0.2
changes:
- version: v11.1.0
pr-url: https://github.com/nodejs/node/pull/23767
description: The `flags` argument is now optional and defaults to `'r'`
- version: v9.9.0
pr-url: https://github.com/nodejs/node/pull/18801
description: The `as` and `as+` modes are supported now.
Expand Down

0 comments on commit 4c9089d

Please sign in to comment.