Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb036d8 commit bc2db7fCopy full SHA for bc2db7f
main.go
@@ -180,6 +180,8 @@ func openBrowser(url string) {
180
switch {
181
case commandExists("google-chrome"):
182
openCmd = exec.Command("google-chrome", chromeOptions(url)...)
183
+ case commandExists("google-chrome-stable"):
184
+ openCmd = exec.Command("google-chrome-stable", chromeOptions(url)...)
185
case commandExists("chromium"):
186
openCmd = exec.Command("chromium", chromeOptions(url)...)
187
case commandExists("chromium-browser"):
0 commit comments