Skip to content

Commit

Permalink
Fix up broken line
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored and Timer committed Feb 25, 2017
1 parent 1fe3e14 commit 11851ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ function build(previousSizeMap) {
console.log(' ' + chalk.cyan('npm') + ' install -g pushstate-server');
}
console.log(' ' + chalk.cyan('pushstate-server') + ' ' + build);
console.log(' ' + chalk.cyan(openCommand) + ' http://localhost:' + (process.env.PORT || 9000)
console.log(' ' + chalk.cyan(openCommand) + ' http://localhost:' + (process.env.PORT || 9000));
console.log();
}
});
Expand Down

0 comments on commit 11851ee

Please sign in to comment.