Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check if the parsed url is local repo
@bahmutov This will never throw an error. To check if remote, you have to check if `parsedUrl.protocol !== "file"`. But I already fixed this. 🎈
- Loading branch information