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

getRelativePath uses OS specific path separators while Karma always uses UNIX ones #1

Open
f1ames opened this issue Jan 10, 2018 · 0 comments

Comments

@f1ames
Copy link
Contributor

f1ames commented Jan 10, 2018

The troublesome line is

start = `${ path.sep }${ start }${ path.sep }`;

While run on windows path.sep is \, but Karma still uses / in file paths which causes the above method not to work properly.

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

No branches or pull requests

1 participant