We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af2520 commit 85a8000Copy full SHA for 85a8000
scripts/start.js
@@ -43,6 +43,6 @@ new WebpackDevServer(webpack(config), {
43
execSync('ps cax | grep "Google Chrome"');
44
execSync('open -a "Google Chrome" http://localhost:3000/');
45
} catch(e) {
46
- // Do nothing if Chrome cannot be opened
+ // Do nothing if Chrome isn't opened or cannot be opened
47
}
48
});
0 commit comments