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 8e16295 commit 0298a81Copy full SHA for 0298a81
scripts/start.js
@@ -213,8 +213,8 @@ detect(DEFAULT_PORT).then(port => {
213
214
clearConsole();
215
var question =
216
- chalk.yellow('Something is already running at port ' + DEFAULT_PORT + '.') +
217
- '\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?';
218
219
prompt(question, true).then(shouldChangePort => {
220
if (shouldChangePort) {
0 commit comments