Skip to content

Commit

Permalink
fix: Reuse opening tab in Chrome Dev and Chrome Beta (#12412)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvh95 authored May 18, 2022
1 parent f99167c commit c20ccec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-dev-utils/openBrowser.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ function startBrowserProcess(browser, url, args) {
// Will use the first open browser found from list
const supportedChromiumBrowsers = [
'Google Chrome Canary',
'Google Chrome Dev',
'Google Chrome Beta',
'Google Chrome',
'Microsoft Edge',
'Brave Browser',
Expand Down

0 comments on commit c20ccec

Please sign in to comment.