diff --git a/dist/post.js b/dist/post.js index a83dc32..0c59e26 100644 --- a/dist/post.js +++ b/dist/post.js @@ -7,6 +7,6 @@ http.get("http://localhost:3055/close", {}, (response) => { b = Buffer.concat([b, chunk]) }); response.on('end', () => { - console.log(JSON.stringify(b, null, 2)); + console.log(JSON.stringify(b.toString(), null, 2)); }) });