Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect condition for error filtering
Fixes: godotengine#87643 The original condition stopped immediately after checking for 'searchText' in the 'Message' field, resulting in premature termination of subsequent checks. This fix ensures that all relevant conditions are appropriately evaluated before determining the filtering outcome. Additionally, accompanying changes include improved code readability for better comprehension. This adjustment enhances the maintainability of the error filtering mechanism, contributing to a more robust codebase overall. (cherry picked from commit d81c9c3)
- Loading branch information