We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01c3597 commit ed9eeebCopy full SHA for ed9eeeb
packages/react-dev-utils/openBrowser.js
@@ -17,7 +17,7 @@ function openBrowser(url) {
17
// Attempt to honor this environment variable.
18
// It is specific to the operating system.
19
// See https://github.com/sindresorhus/opn#app for documentation.
20
- let browser = process.env.BROWSER;
+ var browser = process.env.BROWSER;
21
22
// Special case: BROWSER="none" will prevent opening completely.
23
if (browser === 'none') {
0 commit comments