-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
Closed
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.pathIssues and PRs related to the path subsystem.Issues and PRs related to the path subsystem.
Milestone
Description
Version: <= 5.6.0:
$ node
> process.version
'v5.6.0'
> path.relative('C:\\git\\foo\\bootstrap-loader','C:\\git\\foo\\bootstrap')
'..\\bootstrap'
Version: 5.7.0
$ node
> process.version
process.version
'v5.7.0'
> path.relative('C:\\git\\foo\\bootstrap-loader','C:\\git\\foo\\bootstrap')
'..'
'..' needs to be '..\bootstrap'
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.pathIssues and PRs related to the path subsystem.Issues and PRs related to the path subsystem.