From a520bfdfde8273e78bf62500f4b8172b488368d2 Mon Sep 17 00:00:00 2001 From: Takeo Sawada Date: Fri, 1 Nov 2024 09:53:54 +0800 Subject: [PATCH] post --- dist/post.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); }) });