Skip to content

Commit

Permalink
fixup! doc: update fs.open() changes record for optional 'flags'
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Nov 12, 2018
1 parent 8681024 commit a39e208
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4228,6 +4228,7 @@ changes:

* `path` {string|Buffer|URL}
* `flags` {string|number} See [support of file system `flags`][].
**Default:** `'r'`.
* `mode` {integer} **Default:** `0o666` (readable and writable)
* Returns: {Promise}

Expand Down

0 comments on commit a39e208

Please sign in to comment.