Latest build

This commit is contained in:
Casper Warden
2017-12-13 15:31:53 +00:00
parent b66f85c5bb
commit af71aa597e
10 changed files with 8 additions and 15 deletions

View File

@@ -70,6 +70,7 @@ class EventQueueClient {
break;
}
default:
console.log('Unhandled event:');
console.log(JSON.stringify(event, null, 4));
}
}