From 8fe083824d7e621568620c09177aae8bb884ef8a Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:15 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=F0=9F=8C=B2=20debugFilter.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/debugFilter.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/debugFilter.ts b/src/utils/debugFilter.ts index ccf043a..96ccc25 100644 --- a/src/utils/debugFilter.ts +++ b/src/utils/debugFilter.ts @@ -155,3 +155,4 @@ export function shouldShowDebugMessage( const categories = extractDebugCategories(message) return shouldShowDebugCategories(categories, filter) } +