Skip to content

Commit 418e62a

Browse files
authored
Merge pull request #1 from jlbruno/patch-1
Port error msg
2 parents c0f391a + 245676c commit 418e62a

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
@@ -78,7 +78,7 @@ function promptForPort(suggestedPort) {
7878
output: process.stdout
7979
});
8080

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

8484
rl.question(question, answer => {

0 commit comments

Comments
 (0)