Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node:fs readdir doesn't work recursively #10063

Closed
dev-ardi opened this issue Apr 8, 2024 · 1 comment
Closed

node:fs readdir doesn't work recursively #10063

dev-ardi opened this issue Apr 8, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@dev-ardi
Copy link

dev-ardi commented Apr 8, 2024

What version of Bun is running?

1.0.13

What platform is your computer?

Linux 5.15.146.1-microsoft-standard-WSL2 x86_64 unknown

What steps can reproduce the bug?

require("node:fs").readdirSync("src", {recursive:true})

What is the expected behavior?

No response

What do you see instead?

Only the shallow path

Additional information

cc: #7296

@dev-ardi dev-ardi added the bug Something isn't working label Apr 8, 2024
@Jarred-Sumner
Copy link
Collaborator

Please upgrade to Bun v1.0.15 or later.

The current version if Bun v1.1.2.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants