Skip to content

Commit

Permalink
Merge pull request #164 from noraesae/minor
Browse files Browse the repository at this point in the history
Fix continuous loading when the user doesn't exist
  • Loading branch information
thedjpetersen committed Sep 26, 2012
2 parents 5735627 + 724d4b2 commit 91d16cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/socket.js
Expand Up @@ -46,6 +46,7 @@ module.exports = function(socket, connections) {
}
});
} else {
socket.emit('login_error', {message: 'No user'});
}
});
});
Expand Down

0 comments on commit 91d16cd

Please sign in to comment.