diff --git a/scripts/start.js b/scripts/start.js index cb2069625f826f63047db93c023072bd2b65d5fc..6abad4b64c1c1ff8e2e8953ddba59b959699180f 100644 --- a/scripts/start.js +++ b/scripts/start.js @@ -43,6 +43,6 @@ new WebpackDevServer(webpack(config), { execSync('ps cax | grep "Google Chrome"'); execSync('open -a "Google Chrome" http://localhost:3000/'); } catch(e) { - // Do nothing if Chrome cannot be opened + // Do nothing if Chrome isn't opened or cannot be opened } });