Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): Remove space in "${options.host}:…
Browse files Browse the repository at this point in the history
… ${options.port}"
  • Loading branch information
guurgle authored and filipesilva committed May 12, 2018
1 parent db2f93c commit ab3c5c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/angular_devkit/build_angular/src/dev-server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ export class DevServerBuilder implements Builder<DevServerBuilderOptions> {

this.context.logger.info(tags.oneLine`
**
Angular Live Development Server is listening on ${options.host}:
${options.port}, open your browser on ${serverAddress}${webpackDevServerConfig.publicPath}
Angular Live Development Server is listening on ${options.host}:${options.port},
open your browser on ${serverAddress}${webpackDevServerConfig.publicPath}
**
`);

Expand Down

0 comments on commit ab3c5c5

Please sign in to comment.