-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
mkdir
with recursive flag (regression since 1.1.42) throws error when directory exists
#16466
Labels
bug
Something isn't working
Comments
sculpt0r
changed the title
mkdir with recursive flag (regression since 1.1.43)
Jan 17, 2025
mkdir
with recursive flag (regression since 1.1.42) throws error when directory exists
This will be fixed in Bun v1.1.45 |
I get the error still in 1.1.45 |
the test only covered 2+ levels of directories and not 1-2 |
4 tasks
Fixed by @dylan-conway in #16497. The fix will be included in Bun v1.1.46 which releases very soon. You can also try update via canary |
This was referenced Jan 20, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Bun is running?
1.1.44+ec11ea4e7
What platform is your computer?
Darwin 24.2.0 arm64 arm / oven/bun:1.1.44
What steps can reproduce the bug?
What is the expected behavior?
With
recursive
set ontrue
the error message should not be thrown to the user.What do you see instead?
Additional information
This works fine in
bun:1.1.42
.According to node compatibility: expected behaviour is to not see an error when
recursive
flag is set.The text was updated successfully, but these errors were encountered: