Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix - openChrome won't open default browser (using Canary) #1215

Merged
merged 1 commit into from
Dec 9, 2016

Conversation

n3tr
Copy link
Contributor

@n3tr n3tr commented Dec 9, 2016

fixes #1213

I accidentally changed "Chrome" to "Google Chrome" in #1165. It forces to open Chrome Stable instead of default browser in system-wide (eg. Chrome Canary).

  • Use “Chrome” instead of "Google Chrome", It will try to use current active browser. otherwise, use default.
  • If no “Chrome” aren’t running, will fallback to opn(url)

- Use “Chrome” instead of "Google Chrome", It  will try to use current active browser.
  otherwise, use default.
- If “Chrome”s aren’t running, will fallback to opn(url)
@gaearon gaearon added this to the 0.8.4 milestone Dec 9, 2016
@gaearon gaearon merged commit 3416ba2 into facebook:master Dec 9, 2016
@gaearon gaearon mentioned this pull request Dec 11, 2016
alexdriaguine pushed a commit to alexdriaguine/create-react-app that referenced this pull request Jan 23, 2017
…1215)

- Use “Chrome” instead of "Google Chrome", It  will try to use current active browser.
  otherwise, use default.
- If “Chrome”s aren’t running, will fallback to opn(url)
randycoulman pushed a commit to CodingZeal/create-react-app that referenced this pull request May 8, 2017
…1215)

- Use “Chrome” instead of "Google Chrome", It  will try to use current active browser.
  otherwise, use default.
- If “Chrome”s aren’t running, will fallback to opn(url)
@lock lock bot locked and limited conversation to collaborators Jan 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Opens Chrome stable if Chrome Canary is running
3 participants