Skip to content
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

CLI: When on Windows, print Windows path separator \ instead #835

Merged
merged 1 commit into from
Feb 1, 2016

Conversation

summivox
Copy link
Contributor

reason: consistency; passing test

@vendethiel
Copy link
Contributor

Breaks the build

@summivox
Copy link
Contributor Author

Ah damn. It seems that I have used APIs available only in the newer Node versions, namely path.posix.join.

Question: Would you fix the test to include windows separator \, or make CLI output / ?

@summivox
Copy link
Contributor Author

summivox commented Feb 1, 2016

@vendethiel : phew, now it passes even on node v0.10.x. Shouldn't have taken new Node APIs for granted ;)

@summivox summivox changed the title always use POSIX path sep / even under Windows CLI: When on Windows, print Windows path separator \ instead Feb 1, 2016
vendethiel added a commit that referenced this pull request Feb 1, 2016
CLI: When on Windows, print Windows path separator `\` instead
@vendethiel vendethiel merged commit 9127329 into gkz:master Feb 1, 2016
@vendethiel
Copy link
Contributor

Thanks!

@summivox summivox deleted the fix-cli-path-sep branch February 8, 2016 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants