-
Notifications
You must be signed in to change notification settings - Fork 776
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
In Windows invalid directory name causes infinite loop in ensureDir(). #209
Labels
Comments
Thanks for reporting. I'd like to drop my custom |
jprichardson
added a commit
that referenced
this issue
Apr 17, 2016
jprichardson
added a commit
that referenced
this issue
Apr 17, 2016
jprichardson
added a commit
that referenced
this issue
Apr 17, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example:
require('fs-extra').ensureDir("./bad?dir", function(err) { console.log("never here!"); });
Infinite recursion call is here:
https://github.com/jprichardson/node-fs-extra/blob/master/lib/mkdirs/mkdirs.js#L33
The text was updated successfully, but these errors were encountered: