Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix] Firefox inspecting logic on Windows (#502)
* Fix (firefox_windows.go): Release resources It seems `defer` keyword is using to release and close some resources. It should be added to `getFirefoxPath` function. Signed-off-by: Dragon1573 <[email protected]> * Fix (firefox_windows.go): Registry path For Mozilla Firefox Stable edition, it's incorrect in `getFirefoxPath` function. Signed-off-by: Dragon1573 <[email protected]> * Fix (firefox_windows.go): Registry Value Signed-off-by: Dragon1573 <[email protected]> * Update (firefox_windows.go): Reformat code Advices from GitHub Workflows, try fix this using GitHub Web. --------- Signed-off-by: Dragon1573 <[email protected]>
- Loading branch information