Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: don't use approximate matching for file uris in browsers (#1889)
This was causing issues in WASM debugging where files are included from compilation that may not exist on disk. File URIs are absolute, so don't try to use approximate matching even if the absolute path doesn't exist; it's never going to be right.
- Loading branch information