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

fix: fix recursive mkdir behavior on existing folder #271

Merged
merged 1 commit into from
Jun 5, 2019
Merged

fix: fix recursive mkdir behavior on existing folder #271

merged 1 commit into from
Jun 5, 2019

Conversation

3cp
Copy link
Collaborator

@3cp 3cp commented Jun 3, 2019

This fix follows Nodejs behavior that silently passes if a recursive mkdir tries to create an existing folder.

closes #270

This fix follows Nodejs behavior that silently passes if a recursive mkdir tries to create an existing folder.

closes #270
@3cp
Copy link
Collaborator Author

3cp commented Jun 5, 2019

could you review this one? @tschaub

@tschaub tschaub merged commit 52b1d12 into tschaub:master Jun 5, 2019
@tschaub
Copy link
Owner

tschaub commented Jun 5, 2019

Looks great. Thanks for the fix @3cp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

errors when upgrading to node 10
2 participants