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: potential error in isTryCatchStatement #63

Merged
merged 2 commits into from
Jan 3, 2024

Conversation

weyert
Copy link
Contributor

@weyert weyert commented Feb 19, 2022

In some cases the bodyArg.handler.param can have the value null which causes the line on 42/43 to cause a runtime exception as it tries to access a property name on null

weyert and others added 2 commits February 19, 2022 03:19
In some cases the `bodyArg.handler.param` can have the value `null` which causes the line on 42/43 to cause a runtime exception as it tries to access a property `name` on `null`
@weyert
Copy link
Contributor Author

weyert commented Nov 7, 2022

Any chance this could be merged?

@DamianGlowala
Copy link

@gkouziik 👀

@gkouziik gkouziik merged commit 081d149 into gkouziik:master Jan 3, 2024
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