all your semi-colons are belongs to me

This commit is contained in:
psychobunny
2014-10-08 12:18:32 -04:00
parent f4b5090738
commit 729ed6fbda
5 changed files with 6 additions and 6 deletions

View File

@@ -91,7 +91,7 @@ Sockets.init = function(server) {
redisClient : client
});
} else if (nconf.get('cluster')) {
winston.warn('[socket.io] Clustering detected, you are advised to configure Redis as a websocket store.')
winston.warn('[socket.io] Clustering detected, you are advised to configure Redis as a websocket store.');
}
io = socketioWildcard(SocketIO).listen(server, config);