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
Next Next commit
doc: add note about fs.close undefined behavior
  • Loading branch information
ronag committed Dec 14, 2019
commit a284117394c8cf847e13649ec2a187bedd150f13
3 changes: 3 additions & 0 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1533,6 +1533,9 @@ changes:
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.
Comment thread
ronag marked this conversation as resolved.
Outdated

## fs.closeSync(fd)
<!-- YAML
added: v0.1.21
Expand Down