Skip to content

Commit 85a8000

Browse files
committed
Open url in Chrome if app is already opened
1 parent 1af2520 commit 85a8000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/start.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ new WebpackDevServer(webpack(config), {
4343
execSync('ps cax | grep "Google Chrome"');
4444
execSync('open -a "Google Chrome" http://localhost:3000/');
4545
} catch(e) {
46-
// Do nothing if Chrome cannot be opened
46+
// Do nothing if Chrome isn't opened or cannot be opened
4747
}
4848
});

0 commit comments

Comments
 (0)