Commit a46df9163ae705e56c7cb3e7c12a422c6bcbff9c

Authored by Eric Fernandez
1 parent f63fb82097
Exists in master

console log message2

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -13,7 +13,7 @@ client.on('open', function open() {
13 13 client.on('message', function incoming(message) {
14 14  
15 15 message = JSON.parse(message.toString('utf8'));
16   -
  16 + console.log(message);
17 17 switch (message.action) {
18 18 case 'getEntity':
19 19