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
That output kind of makes sense, knowing what I know about how fs.realpath() is implemented, but it behaves differently on Windows so we should make a judgment call on what we think is the appropriate behavior.
fs.promises.realpath('') returns a rejection with ENOENT.
That's because it's a wrapper around fs.realpath.native rather than fs.realpath. No idea why.
What steps will reproduce the bug?
What is the expected behavior?
The text was updated successfully, but these errors were encountered: