From 655a7b0b22dfb8e54c486cb6c219df7f6f3ea182 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Tue, 6 Aug 2024 23:53:44 -0600 Subject: [PATCH] asdf --- index.js | 1 + 1 file changed, 1 insertion(+) 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) }); });