fs: fix bufferSize option for opendir recursive · nodejs/node@4dd609c · GitHub
Skip to content

Commit 4dd609c

Browse files
Ethan-Arrowoodruyadorno
authored andcommitted
fs: fix bufferSize option for opendir recursive
The bufferSize option was not respected in recursive mode. This PR implements a naive solution to fix this issue until a better implementation can be designed. Fixes: #48820 PR-URL: #55744 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent a30defe commit 4dd609c

2 files changed

Lines changed: 27 additions & 4 deletions

File tree

lib/internal/fs/dir.js

Lines changed: 8 additions & 4 deletions

test/sequential/test-fs-opendir-recursive.js

Lines changed: 19 additions & 0 deletions

0 commit comments

Comments
 (0)