Skip to content

Commit

Permalink
update open to v7.0.2 (#8459)
Browse files Browse the repository at this point in the history
  • Loading branch information
vince1995 committed Feb 11, 2020
1 parent 865ea05 commit 589b41a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-dev-utils/openBrowser.js
Expand Up @@ -123,7 +123,7 @@ function startBrowserProcess(browser, url, args) {
// Fallback to open
// (It will always open new tab)
try {
var options = { app: browser, wait: false };
var options = { app: browser, wait: false, url: true };
open(url, options).catch(() => {}); // Prevent `unhandledRejection` error.
return true;
} catch (err) {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dev-utils/package.json
Expand Up @@ -69,7 +69,7 @@
"inquirer": "7.0.4",
"is-root": "2.1.0",
"loader-utils": "1.2.3",
"open": "^6.4.0",
"open": "^7.0.2",
"pkg-up": "3.1.0",
"react-error-overlay": "^6.0.5",
"recursive-readdir": "2.2.2",
Expand Down

0 comments on commit 589b41a

Please sign in to comment.