We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6304f7c commit e83baa6Copy full SHA for e83baa6
doc/api/fs.md
@@ -6256,7 +6256,8 @@ changes:
6256
* `flag` {string} See [support of file system `flags`][]. **Default:** `'w'`.
6257
* `flush` {boolean} If all data is successfully written to the file, and
6258
`flush` is `true`, `fs.fsyncSync()` is used to flush the data.
6259
- Returns `undefined`.
+
6260
+Returns `undefined`.
6261
6262
The `mode` option only affects the newly created file. See [`fs.open()`][]
6263
for more details.
0 commit comments