Skip to content

Commit

Permalink
Merge pull request #520 from brightics/brtc-isssue-519
Browse files Browse the repository at this point in the history
Fixed bug #519
  • Loading branch information
krazyeom committed May 2, 2019
2 parents eb47ef1 + ab83855 commit cd07543
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bin/start-brightics.cmd
Expand Up @@ -80,4 +80,8 @@ ECHO.
ECHO Please open Chrome browser with http://127.0.0.1:3000
ECHO.

START chrome http://127.0.0.1:3000
CMD /C chrome http://127.0.0.1:3000 2> nul
IF ERRORLEVEL 1 (
START http://127.0.0.1:3000
)

0 comments on commit cd07543

Please sign in to comment.