Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No More Overshadowing Error #586

Merged
merged 1 commit into from
Jul 22, 2024
Merged

No More Overshadowing Error #586

merged 1 commit into from
Jul 22, 2024

Conversation

coreyogburn
Copy link
Contributor

When making the initial search, if an error was returned we put it in a variable with a limited, shadowing scope. By the time the function has returned, that error has gone out of scope and is not reported. This caused an empty result set to appear to not be an error.

When making the initial search, if an error was returned we put it in a variable with a limited, shadowing scope. By the time the function has returned, that error has gone out of scope and is not reported. This caused an empty result set to appear to not be an error.
@coreyogburn coreyogburn merged commit 01610f5 into 2.4/dev Jul 22, 2024
3 checks passed
@coreyogburn coreyogburn deleted the cogburn/scrolling-fix branch July 22, 2024 18:17
@github-actions github-actions bot locked and limited conversation to collaborators Jul 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants