🐛 🌲 debugFilter.ts

This commit is contained in:
nirholas
2026-03-31 10:24:15 +00:00
parent c7bd719535
commit 8fe083824d

View File

@@ -155,3 +155,4 @@ export function shouldShowDebugMessage(
const categories = extractDebugCategories(message)
return shouldShowDebugCategories(categories, filter)
}