We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8ca42 commit aeafc4aCopy full SHA for aeafc4a
packages/react-scripts/scripts/start.js
@@ -52,7 +52,7 @@ const DEFAULT_PORT = parseInt(process.env.PORT, 10) || 3000;
52
const HOST = process.env.HOST || '0.0.0.0';
53
54
// We attempt to use the default port but if it is busy, we offer the user to
55
-// run on a different port. `detect()` Promise resolves to the next free port.
+// run on a different port. `choosePort()` Promise resolves to the next free port.
56
choosePort(HOST, DEFAULT_PORT)
57
.then(port => {
58
if (port == null) {
0 commit comments