Skip to content

Commit 0f52007

Browse files
committed
Update BigotryFilter.cs
1 parent 4aa5dce commit 0f52007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/BigotryFilter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ static BigotryFilter()
3131
}
3232
catch (Exception e)
3333
{
34-
Log<BigotryFilter>.Error("Could not obtain pronouns", e);
34+
throw new Exception("Could not obtain pronouns", e);
3535
}
3636
}
3737

0 commit comments

Comments
 (0)