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

cartridgeroot="auto" does't work on windows #4

Closed
SqrTT opened this issue Apr 19, 2017 · 2 comments
Closed

cartridgeroot="auto" does't work on windows #4

SqrTT opened this issue Apr 19, 2017 · 2 comments

Comments

@SqrTT
Copy link
Owner

SqrTT commented Apr 19, 2017

No description provided.

@SqrTT
Copy link
Owner Author

SqrTT commented Jun 23, 2017

potential fix for issue:

// fix for windows remove disk name form path
if (path.parse(clientPath).root.includes(sepPath[0])) {
    sepPath.shift()
}

@SqrTT
Copy link
Owner Author

SqrTT commented Jun 30, 2017

fixed in v.0.5.4

@SqrTT SqrTT closed this as completed Jun 30, 2017
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