Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust regex pattern for match file names in Gecko-style traces
The pattern for Gecko-style traces can match both URLs that start with a protocol and also local file paths when running scripts in JavaScriptCore. Allow files to start with any non-space character which covers periods, hyphens, and underscores for example.
- Loading branch information