Skip to content

Commit

Permalink
doc: add note regarding special case of 0 stat.size
Browse files Browse the repository at this point in the history
Refs: #43669
  • Loading branch information
dougwilson committed Jul 5, 2022
1 parent b993789 commit 874f48f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6639,6 +6639,8 @@ A numeric device identifier if the file represents a device.

The size of the file in bytes.

If the underlying file system does not support getting the size of the file, this will be `0`.

#### `stats.blksize`

* {number|bigint}
Expand Down

0 comments on commit 874f48f

Please sign in to comment.