From a39e2085c35b82dec38b72e105e9cf76ec48095d Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Mon, 12 Nov 2018 12:22:56 +1100 Subject: [PATCH] fixup! doc: update fs.open() changes record for optional 'flags' --- doc/api/fs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api/fs.md b/doc/api/fs.md index 371cd35e5baf1d..240ba585671619 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -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}