diff --git a/index.js b/index.js index 1259777..7bc02a4 100644 --- a/index.js +++ b/index.js @@ -57,6 +57,7 @@ const server = http.createServer(async (req, res) => { ); } catch (e) { console.error(e); + if (body) console.error(body); } res.writeHead(201);