From 7a0dd6b8cf86e2f1332833c85603a6f028645284 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sat, 19 Sep 2015 22:45:39 +0200 Subject: [PATCH] Should print some more info in order to fix https://github.com/PrismarineJS/node-minecraft-protocol/issues/194 --- test/test.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/test.js b/test/test.js index 3eff6d8..35776a3 100644 --- a/test/test.js +++ b/test/test.js @@ -222,6 +222,9 @@ describe("client", function() { }); }); it("pings the server", function(done) { + wrap.on('line',function(line){ + console.log(line); + }); wrap.startServer({ motd: 'test1234', 'max-players': 120,