Skip to content

Commit

Permalink
Update message
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Oct 18, 2018
1 parent 675a3cb commit 138a48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/run.js
Expand Up @@ -140,7 +140,7 @@ module.exports = function(argv) {
chalk.red(
`Cannot bind to the port ${
error.port
}. Specify some other port number either through --port argument or through the json-server.json configuration file`
}. Please specify another port number either through --port argument or through the json-server.json configuration file`
)
)
else console.log('Some error occurred', error)
Expand Down

0 comments on commit 138a48e

Please sign in to comment.