Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Min-Browser Version Comparison (#886)
* Fix Min-Browser Version Comparison This patch fixes a bug with the version comparison logic used to determine which revision of the DevTools frontend to fetch from the CDN. The previous version comparison logic did not appropriately cast to int the product could get into a situation where browser version "100" > min_ver. * Linting
- Loading branch information