File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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).
40204020
40214021It is unsafe to use ` filehandle.write() ` multiple times on the same file
40224022without waiting for the ` Promise ` to be resolved (or rejected). For this
4023- scenario, [ ` fs.createWriteStream() ` ] [ ] is strongly recommended .
4023+ scenario, use [ ` fs.createWriteStream() ` ] [ ] .
40244024
40254025On Linux, positional writes do not work when the file is opened in append mode.
40264026The 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
40524052It is unsafe to use ` filehandle.write() ` multiple times on the same file
40534053without waiting for the ` Promise ` to be resolved (or rejected). For this
4054- scenario, [ ` fs.createWriteStream() ` ] [ ] is strongly recommended .
4054+ scenario, use [ ` fs.createWriteStream() ` ] [ ] .
40554055
40564056On Linux, positional writes do not work when the file is opened in append mode.
40574057The kernel ignores the position argument and always appends the data to
You can’t perform that action at this time.
0 commit comments