You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/api/errors.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1362,8 +1362,10 @@ Path is a directory.
1362
1362
1363
1363
### `ERR_FS_FILE_TOO_LARGE`
1364
1364
1365
-
An attempt was made to read a file larger than the supported 2 GiB limit for `fs.readFile()`. This is not a limitation of `Buffer`, but an internal I/O constraint.
1366
-
For handling larger files, consider using `fs.createReadStream()` to read the file in chunks.
1365
+
An attempt was made to read a file larger than the supported 2 GiB limit for
1366
+
`fs.readFile()`. This is not a limitation of `Buffer`, but an internal I/O constraint.
1367
+
For handling larger files, consider using `fs.createReadStream()` to read the
0 commit comments