Skip to content

Commit a39e208

Browse files
committed
fixup! doc: update fs.open() changes record for optional 'flags'
1 parent 8681024 commit a39e208

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/api/fs.md

+1
Original file line numberDiff line numberDiff line change
@@ -4228,6 +4228,7 @@ changes:
42284228

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

0 commit comments

Comments
 (0)