Broken on Windows since interface-datastore use of os-specific path separators #144
Labels
exp/expert
Having worked on the specific codebase is important
help wanted
Seeking public contribution on this issue
P2
Medium: Good to have, but can wait until someone steps up
In commit d7ec65a, interface-datastore was changed to use os-specific path separators.
However, js-ipfs-repo is still hardcoded to use a slash (here, maybe other places). This throws an error here.
The specifications of interface-datastore should be clarified as to whether we should always use slashes or os-specific path separators, and either interface-datastore or js-ipfs-repo fixed in accordance with the specifications.
I can submit a pull-request depending on the decision.
The text was updated successfully, but these errors were encountered: