Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit df22b96

Browse filesBrowse files
TrottBridgeAR
authored andcommitted
doc: remove "strongly recommended" as hedging in fs.md
PR-URL: #28028 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 049429b commit df22b96
Copy full SHA for df22b96

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/fs.md‎

Copy file name to clipboardExpand all lines: doc/api/fs.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -4020,7 +4020,7 @@ at the current position. See pwrite(2).
40204020

40214021
It is unsafe to use `filehandle.write()` multiple times on the same file
40224022
without waiting for the `Promise` to be resolved (or rejected). For this
4023-
scenario, [`fs.createWriteStream()`][] is strongly recommended.
4023+
scenario, use [`fs.createWriteStream()`][].
40244024

40254025
On Linux, positional writes do not work when the file is opened in append mode.
40264026
The kernel ignores the position argument and always appends the data to
@@ -4051,7 +4051,7 @@ will be written at the current position. See pwrite(2).
40514051

40524052
It is unsafe to use `filehandle.write()` multiple times on the same file
40534053
without waiting for the `Promise` to be resolved (or rejected). For this
4054-
scenario, [`fs.createWriteStream()`][] is strongly recommended.
4054+
scenario, use [`fs.createWriteStream()`][].
40554055

40564056
On Linux, positional writes do not work when the file is opened in append mode.
40574057
The kernel ignores the position argument and always appends the data to

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.