Commit 94c912dc authored by Cary Landholt's avatar Cary Landholt Committed by Dan Abramov
Browse files

Remove interactive shell check when opening browser on start (#1264)

Browser launch can still be suppressed using BROWSER=none
parent 7a8edf07
Showing with 1 addition and 3 deletions
+1 -3
......@@ -286,9 +286,7 @@ function runDevServer(host, port, protocol) {
console.log(chalk.cyan('Starting the development server...'));
console.log();
if (isInteractive) {
openBrowser(protocol + '://' + host + ':' + port + '/');
}
openBrowser(protocol + '://' + host + ':' + port + '/');
});
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment