Update message

This commit is contained in:
typicode
2018-10-18 14:42:18 +09:00
parent 675a3cb7ae
commit 138a48e988

View File

@ -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)