From c3d09b5a69aa008e092a0dc83c4ff36d2189ac43 Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Fri, 15 Jul 2022 14:24:01 -0400 Subject: [PATCH] Better logging if a request fails --- src/status.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/status.ts b/src/status.ts index 44f4787..1f99fdc 100644 --- a/src/status.ts +++ b/src/status.ts @@ -39,6 +39,8 @@ export const handleStatus = async ( `` ); + console.log('Invalid status, got tweet ', tweet, ' conversation ', conversation); + return Strings.BASE_HTML.format({ lang: '', headers: headers.join(''),