Skip to content

Commit 6a79077

Browse files
hound fixes 2
1 parent bd3dfdb commit 6a79077

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ app.get('*', function(req, res) {
9494
*/
9595
app.listen(config.port, function() {
9696
logo();
97-
console.info('Server listening at port '
98-
+ colors.bgBlue.white.bold(' ' + config.port + ' '));
97+
console.info('Server listening at port ' +
98+
colors.bgBlue.white.bold(' ' + config.port + ' '));
9999
});

0 commit comments

Comments
 (0)