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
On Windows, if I try to call fs.mkdirsSync('D:/foo/bar'); when the D: drive doesn't exist, the error is: RangeError: Maximum call stack size exceeded
A clearer error message would be preferable
The text was updated successfully, but these errors were encountered:
Agreed, that is confusing and should be fixed.
On Wed, Nov 12, 2014 at 4:22 PM, Neil Rickards notifications@github.com wrote:
On Windows, if I try to call fs.mkdirsSync('D:/foo/bar'); when the D: drive doesn't exist, the error is: RangeError: Maximum call stack size exceeded A clearer error message would be preferable — Reply to this email directly or view it on GitHub #93.
— Reply to this email directly or view it on GitHub #93.
Simple & Secure Bitcoin Wallet: https://www.coinbolt.com Bitcoin / JavaScript: http://cryptocoinjs.com Follow me on Twitter: http://twitter.com/jprichardson
Sorry, something went wrong.
+1
Related: #209
(#93, #209) prevent stack overflow if bad dir on win32
1b73ffe
a0cb04b
No branches or pull requests
On Windows, if I try to call fs.mkdirsSync('D:/foo/bar'); when the D: drive doesn't exist, the error is:
RangeError: Maximum call stack size exceeded
A clearer error message would be preferable
The text was updated successfully, but these errors were encountered: