-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
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
path.isAbsolute wrong output #6027
Labels
path
Issues and PRs related to the path subsystem.
Comments
Please provide an example with steps to reproduce (including your OS), the expected output and the actual output. Update: the original post has been updated since this comment, it's fine now. |
ChALkeR
added
invalid
Issues and PRs that are invalid.
path
Issues and PRs related to the path subsystem.
labels
Apr 3, 2016
mscdex
added a commit
to mscdex/io.js
that referenced
this issue
Apr 3, 2016
mscdex
added a commit
to mscdex/io.js
that referenced
this issue
Apr 4, 2016
This commit fixes an inconsistency in absolute path checking compared to the absolute path detection used by the other path.win32 functions. Fixes: nodejs#6027 PR-URL: nodejs#6028
MylesBorins
pushed a commit
that referenced
this issue
Apr 5, 2016
This commit fixes an inconsistency in absolute path checking compared to the absolute path detection used by the other path.win32 functions. Fixes: #6027 PR-URL: #6028 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: James M Snell <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
node: v5.10.0
platform: Windows x64 v10.0.10586
In the documentation specified that
path.isAbsolute('//server')
should returntrue
. But this command returnsfalse
on my platform:The text was updated successfully, but these errors were encountered: