Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Redirect computation fails in some cases on Windows.
What is the current behavior?
npm test
results the following error. i've not tracked it down yet but inevitably it will be apath.join
problemWhat changes are you suggesting?
likely should just wrap the
join
call with a call toslash
cc: @github/docs-engineering , @chiedo