mirror of
https://github.com/yuzu-emu/Command-fix.git
synced 2024-11-22 19:15:37 +01:00
Update logging exclusions (#99)
This commit is contained in:
parent
f908554a75
commit
0c0d31994e
@ -39,7 +39,7 @@ function findArray(haystack: string | any[], arr: any[]) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function IsIgnoredCategory(categoryName: string) {
|
function IsIgnoredCategory(categoryName: string) {
|
||||||
const IgnoredCategory = ['welcome', 'team', 'website-team'];
|
const IgnoredCategory = ['internal-development', 'internal-general', 'internal-casual', 'website'];
|
||||||
return IgnoredCategory.includes(categoryName);
|
return IgnoredCategory.includes(categoryName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user