Comparing version 0.1.35 to 0.1.36
{ | ||
"name": "cheshire", | ||
"version": "0.1.35", | ||
"version": "0.1.36", | ||
"description": "Turn based boardgame framework based on websocket", | ||
@@ -5,0 +5,0 @@ "main": "server/Cheshire.js", |
@@ -101,3 +101,3 @@ var ws = require('ws'); | ||
if (ws.OPEN !== this.socket.readyState) return; | ||
console.log('Cheshire send data to the ' + this.name + ' - ' + data); | ||
console.log('Cheshire send data to the ' + this.name + ' - ' + JSON.stringify(data)); | ||
this.socket.send(JSON.stringify(data)); | ||
@@ -104,0 +104,0 @@ }; |
Sorry, the diff of this file is not supported yet
48624