Skip to content

Commit

Permalink
Merge pull request #1 from jlbruno/patch-1
Browse files Browse the repository at this point in the history
Port error msg
  • Loading branch information
chocnut authored Jul 26, 2016
2 parents c0f391a + 245676c commit 418e62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function promptForPort(suggestedPort) {
output: process.stdout
});

var question = chalk.red('Something is already running at port ' + suggestedPort) +
var question = chalk.red('Something is already running at port ' + DEFAULT_PORT) +
'\nWould you like to run the app at another port instead? [Y/n] ';

rl.question(question, answer => {
Expand Down

0 comments on commit 418e62a

Please sign in to comment.