diff options
author | Nông Văn Tình <vannongtinh@gmail.com> | 2024-01-31 23:01:37 +0700 |
---|---|---|
committer | Nông Văn Tình <vannongtinh@gmail.com> | 2024-01-31 23:01:37 +0700 |
commit | d81c9c32c5ea4e91de3038b30c4a7a9ab78b7481 (patch) | |
tree | 16e9ebfb1356dc1d5271ba2ef0a43e41905aebc2 /modules/gdscript/language_server/gdscript_language_server.h | |
parent | 313f623b9d102cc8c411ae7cab9518f98c2f87f2 (diff) | |
download | redot-engine-d81c9c32c5ea4e91de3038b30c4a7a9ab78b7481.tar.gz |
Fix incorrect condition for error filtering
Fixes: #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.
Diffstat (limited to 'modules/gdscript/language_server/gdscript_language_server.h')
0 files changed, 0 insertions, 0 deletions