micro
micro copied to clipboard
Use pathToFileURL to handle windows file path
Related to #474
Fix On Windows, absolute paths must be valid file:// URLs. Received protocol 'c:'
Could you add a test please?
The current tests are already failing on windows. And the PR make them pass. But I don't know how to emulate the error on non windows plateform.