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
Thanks for the prompt reply. I just realize that the builtin fs.mkdir returns ENOENT while mkdir returns EACCES. I think I should file to node.js instead.
Reproduction step on macOS
Expect:
make-dir
should align tofs
and throwEACCES
error.Actual: The error codes differ.
Additional Context: babel/babel#11130
The text was updated successfully, but these errors were encountered: