Closed
Description
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.