diff --git a/index.js b/index.js index 2546a58..9e28e78 100644 --- a/index.js +++ b/index.js @@ -443,6 +443,7 @@ app.post("/api/v1/tts", (req, res) => { res.status(204).send(); }).catch((error) => { res.status(500).send(error); + console.log(error.stack) }); });