You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@musm I'm not sure what VM I was using when I opened this. Having landed our work around mkdir recursive, I haven't seen many complaints about this issue, let's close unless this crops up again in the future.
When you call
us_fs_mkdir
on a nested file path, e.g.,Where
vcbuild.bat
is a file and not a directory, OSX/Linux returnsENOTDIR
:whereas Windows 2012 Server edition returns:
This is resulting in some slight inconsistencies in how errors are reported in Node.js' recursive mkdir behavior, see: nodejs/node#31607
The text was updated successfully, but these errors were encountered: