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
Update doc/api/fs.md
Co-Authored-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
benjamingr and Trott authored May 30, 2019
commit eefdd6edf33803fc74632827240a2a7eba3aa291
2 changes: 1 addition & 1 deletion doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3736,7 +3736,7 @@ Instances of `FileHandle` are distinct from numeric file descriptors
in that they provide an object oriented API for working with files.

If a `FileHandle` is not closed using the
`filehandle.close()` method, they might automatically close the file descriptor
`filehandle.close()` method, it might automatically close the file descriptor
and will emit a process warning, thereby helping to prevent memory leaks.
Please do not rely on this behavior in your code because it is unreliable and
your file may not be closed. Instead, always explicitly close `FileHandle`s.
Expand Down