Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup: any fs op
  • Loading branch information
ronag committed Dec 14, 2019
commit fe0142f76c7a524a0515dca97c2f776c5eeddd2e
2 changes: 1 addition & 1 deletion doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1534,7 +1534,7 @@ Asynchronous close(2). No arguments other than a possible exception are given
to the completion callback.

Calling `fs.close` on any file descriptor (`fd`) that is currently in use
Comment thread
ronag marked this conversation as resolved.
Outdated
through `fs.read`, `fs.write` or `fs.writev` may lead to undefined behavior.
though any other `fs` operation may lead to undefined behavior.
Comment thread
ronag marked this conversation as resolved.
Outdated

## fs.closeSync(fd)
<!-- YAML
Expand Down