From 7a0dd6b8cf86e2f1332833c85603a6f028645284 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sat, 19 Sep 2015 22:45:39 +0200 Subject: [PATCH 1/2] 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, From c46767088064b384da36c1213a13f14e3038cb40 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sat, 19 Sep 2015 23:06:57 +0200 Subject: [PATCH 2/2] bump minecraft-wrap + tilde --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63e2f1b..4cbc994 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "power-assert": "^1.0.0", "source-map-support": "^0.3.2", "zfill": "0.0.1", - "minecraft-wrap": "0.5.3" + "minecraft-wrap": "~0.5.4" }, "dependencies": { "babel-runtime": "^5.4.4",