Skip to content

Commit 138a48e

Browse files
committed
Update message
1 parent 675a3cb commit 138a48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/run.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ module.exports = function(argv) {
140140
chalk.red(
141141
`Cannot bind to the port ${
142142
error.port
143-
}. Specify some other port number either through --port argument or through the json-server.json configuration file`
143+
}. Please specify another port number either through --port argument or through the json-server.json configuration file`
144144
)
145145
)
146146
else console.log('Some error occurred', error)

0 commit comments

Comments
 (0)