Commit 14cf22f
fs, src, lib: fix
libuv returns values for `blksize` and `blocks` on stat calls so
do not coerce them into `undefined` on Windows.
PR-URL: #26056
Fixes: #25913
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>blksize & blocks on Windows1 parent 2d0242a commit 14cf22fCopy full SHA for 14cf22f
File tree
Expand file treeCollapse file tree
7 files changed
+10
-25
lines changedOpen diff view settings
Filter options
- doc/api
- lib/internal/fs
- src
- test/parallel
Expand file treeCollapse file tree
7 files changed
+10
-25
lines changedOpen diff view settings
Collapse file
+1-2Lines changed: 1 addition & 2 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3414 | 3414 | |
3415 | 3415 | |
3416 | 3416 | |
3417 | | - |
3418 | | - |
| 3417 | + |
3419 | 3418 | |
3420 | 3419 | |
3421 | 3420 | |
|
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
315 | 315 | |
316 | 316 | |
317 | 317 | |
318 | | - |
| 318 | + |
319 | 319 | |
320 | | - |
| 320 | + |
321 | 321 | |
322 | 322 | |
323 | 323 | |
|
Collapse file
-8Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
199 | 199 | |
200 | 200 | |
201 | 201 | |
202 | | - |
203 | 202 | |
204 | | - |
205 | | - |
206 | | - |
207 | 203 | |
208 | 204 | |
209 | | - |
210 | 205 | |
211 | | - |
212 | | - |
213 | | - |
214 | 206 | |
215 | 207 | |
216 | 208 | |
|
Collapse file
test/parallel/test-fs-stat-bigint.js
Copy file name to clipboardExpand all lines: test/parallel/test-fs-stat-bigint.js-3Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
59 | 59 | |
60 | 60 | |
61 | 61 | |
62 | | - |
63 | | - |
64 | | - |
65 | 62 | |
66 | 63 | |
67 | 64 | |
|
Collapse file
test/parallel/test-fs-stat.js
Copy file name to clipboardExpand all lines: test/parallel/test-fs-stat.js+3-6Lines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
94 | 94 | |
95 | 95 | |
96 | 96 | |
97 | | - |
| 97 | + |
98 | 98 | |
99 | 99 | |
100 | 100 | |
101 | | - |
102 | | - |
103 | | - |
104 | 101 | |
105 | | - |
106 | | - |
| 102 | + |
| 103 | + |
107 | 104 | |
108 | 105 | |
109 | 106 | |
|
Collapse file
test/parallel/test-fs-watchfile-bigint.js
Copy file name to clipboardExpand all lines: test/parallel/test-fs-watchfile-bigint.js+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
18 | | - |
| 18 | + |
19 | 19 | |
20 | 20 | |
21 | | - |
| 21 | + |
22 | 22 | |
23 | 23 | |
24 | 24 | |
|
Collapse file
test/parallel/test-fs-watchfile.js
Copy file name to clipboardExpand all lines: test/parallel/test-fs-watchfile.js+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
38 | 38 | |
39 | 39 | |
40 | 40 | |
41 | | - |
| 41 | + |
42 | 42 | |
43 | 43 | |
44 | | - |
| 44 | + |
45 | 45 | |
46 | 46 | |
47 | 47 | |
|
0 commit comments