Tweak log message

This commit is contained in:
Michael Jackson 2016-03-06 19:29:49 -08:00
parent e9e488131c
commit fe116a5cae
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ app.use(createRequestHandler(
))
app.listen(port, function () {
console.log('Server started on port %s. Ctrl+C to quit', port)
console.log('Server started on port %s, Ctrl+C to quit', port)
})