We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example: require('fs-extra').ensureDir("./bad?dir", function(err) { console.log("never here!"); });
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:
Thanks for reporting. I'd like to drop my custom mkdirp and go back to using https://github.com/substack/node-mkdirp again, but looks like it's still affected: https://github.com/substack/node-mkdirp/issues/70
mkdirp
Sorry, something went wrong.
(#93, #209) prevent stack overflow if bad dir on win32
1b73ffe
(#209) created a test for mkdirp() bad path
7e1cb66
94a3e89
(#209) lib/mkdirs: tidy invalid-win32-path
c39d173
8c56e5b
No branches or pull requests
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: