You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Check default browser first before supported Chromium Browsers (#2)
I was running into an issue where OpenBrowser would open Canary even though my default browser is regular Chrome. This is because I have Canary open too and due to the order of the supportedChromiumBrowsers, openBrowser would default to Canary. This change makes the default browser the first browser checked before proceeding as it did before.
0 commit comments