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

fix(core): avoid type error when active request not found #2930

Merged
merged 1 commit into from
May 6, 2022

Conversation

eysi09
Copy link
Collaborator

@eysi09 eysi09 commented May 4, 2022

Every now and then we see the following error at this code path:

Cannot read property 'command' of undefined

This fix avoids that by checking whether the request exists before
calling the command.

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Every now and then we see the following error at this code path:

Cannot read property 'command' of undefined

This fix avoids that by checking whether the request exists before
calling the command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants