Commit 0571d55
lib: avoid excluding symlinks in recursive fs.readdir with filetypes
Fixes: #52663
Signed-off-by: Juan José Arboleda <soyjuanarbol@gmail.com>
PR-URL: #55714
Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent bf3967f commit 0571d55Copy full SHA for 0571d55
File tree
Expand file treeCollapse file tree
2 files changed
+40
-1
lines changedOpen diff view settings
Filter options
- lib
- test/parallel
Expand file treeCollapse file tree
2 files changed
+40
-1
lines changedOpen diff view settings
Collapse file
+4-1Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1404 | 1404 | |
1405 | 1405 | |
1406 | 1406 | |
| 1407 | + |
| 1408 | + |
| 1409 | + |
1407 | 1410 | |
1408 | 1411 | |
1409 | | - |
| 1412 | + |
1410 | 1413 | |
1411 | 1414 | |
1412 | 1415 | |
|
Collapse file
test/parallel/test-fs-readdir-types-symlinks.js
Copy file name to clipboard+36Lines changed: 36 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
0 commit comments