mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
@@ -296,7 +296,7 @@ current position.
|
||||
See pwrite(2).
|
||||
|
||||
The callback will be given three arguments `(err, written, buffer)` where `written`
|
||||
specifies how many _bytes_ were written into `buffer`.
|
||||
specifies how many _bytes_ were written from `buffer`.
|
||||
|
||||
Note that it is unsafe to use `fs.write` multiple times on the same file
|
||||
without waiting for the callback. For this scenario,
|
||||
|
||||
Reference in New Issue
Block a user