File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4020,7 +4020,7 @@ at the current position. See pwrite(2).
4020
4020
4021
4021
It is unsafe to use ` filehandle.write() ` multiple times on the same file
4022
4022
without waiting for the ` Promise ` to be resolved (or rejected). For this
4023
- scenario, [ ` fs.createWriteStream() ` ] [ ] is strongly recommended .
4023
+ scenario, use [ ` fs.createWriteStream() ` ] [ ] .
4024
4024
4025
4025
On Linux, positional writes do not work when the file is opened in append mode.
4026
4026
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).
4051
4051
4052
4052
It is unsafe to use ` filehandle.write() ` multiple times on the same file
4053
4053
without waiting for the ` Promise ` to be resolved (or rejected). For this
4054
- scenario, [ ` fs.createWriteStream() ` ] [ ] is strongly recommended .
4054
+ scenario, use [ ` fs.createWriteStream() ` ] [ ] .
4055
4055
4056
4056
On Linux, positional writes do not work when the file is opened in append mode.
4057
4057
The kernel ignores the position argument and always appends the data to
You can’t perform that action at this time.
0 commit comments