Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Will this library work on windows? #3

Open
chriskea opened this issue Sep 9, 2016 · 1 comment
Open

Will this library work on windows? #3

chriskea opened this issue Sep 9, 2016 · 1 comment

Comments

@chriskea
Copy link

chriskea commented Sep 9, 2016

I see a few lines (32 and 49) that check if a path begins with '/', if it doesn't we prepend the cwd. This could be a full windows path 'C:/blah/...'.

@davglass
Copy link
Contributor

davglass commented Sep 9, 2016

It was never tested on windows, it was also written before require('path').sep even existed. I don't even think Node worked very well on Windows when this was written :)

It probably should be updated to use some of the newer path methods.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants