Skip to content

Commit

Permalink
Downgrade open from 7.0.0 to 6.4.0 (#8364)
Browse files Browse the repository at this point in the history
  • Loading branch information
vince1995 authored and andriijas committed Jan 23, 2020
1 parent dada035 commit 4bf14fa
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 @@ -104,7 +104,7 @@ function startBrowserProcess(browser, url, args) {
// Fallback to open
// (It will always open new tab)
try {
var options = { app: browser, wait: false, url: true };
var options = { app: browser, wait: false };
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 @@ -67,7 +67,7 @@
"inquirer": "7.0.3",
"is-root": "2.1.0",
"loader-utils": "1.2.3",
"open": "^7.0.0",
"open": "^6.4.0",
"pkg-up": "3.1.0",
"react-error-overlay": "^6.0.4",
"recursive-readdir": "2.2.2",
Expand Down

0 comments on commit 4bf14fa

Please sign in to comment.