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
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Testing if a path exists when the path ends with a trailing backlash (for example path.exists('C:\node\www\', fn)) always fails. This is affecting pretty much every framework like Connect middlewares that rely on path.exists or fs.Stat#isDirectory.
The text was updated successfully, but these errors were encountered:
It seems that _stat in the CRT is broken with respect to trailing slashes. We might be able to work around this with the new eio interface that @igorzi is doing.
Hi!
Testing if a path exists when the path ends with a trailing backlash (for example
path.exists('C:\node\www\', fn)
) always fails. This is affecting pretty much every framework like Connect middlewares that rely on path.exists or fs.Stat#isDirectory.The text was updated successfully, but these errors were encountered: