fake-node 0.4.0 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/_fs.js +1 -1
- package/package.json +1 -1
- package/src/_fs.ts +1 -1
package/lib/_fs.js
CHANGED
package/package.json
CHANGED
package/src/_fs.ts
CHANGED
@@ -487,7 +487,7 @@ export class FileObject implements FileMetadata {
|
|
487
487
|
mode: view.getUint16(0, true),
|
488
488
|
uid: view.getUint16(2, true),
|
489
489
|
gid: view.getUint16(4, true),
|
490
|
-
size: view.
|
490
|
+
size: view.getUint32(6, true),
|
491
491
|
birthtime: 0n,
|
492
492
|
atime: 0n,
|
493
493
|
mtime: 0n,
|