We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db4c6f6 commit c5cdbd5Copy full SHA for c5cdbd5
scripts/start.js
@@ -265,8 +265,8 @@ detect(DEFAULT_PORT).then(port => {
265
266
clearConsole();
267
var question =
268
- chalk.yellow('Something is already running at port ' + DEFAULT_PORT + '.') +
269
- '\n\nWould you like to run the app at another port instead?';
+ chalk.yellow('Something is already running on port ' + DEFAULT_PORT + '.') +
+ '\n\nWould you like to run the app on another port instead?';
270
271
prompt(question, true).then(shouldChangePort => {
272
if (shouldChangePort) {
0 commit comments