Skip to content

fix: potential error in isTryCatchStatement#63

Merged
gkouziik merged 2 commits intogkouziik:masterfrom
weyert:patch-1
Jan 3, 2024
Merged

fix: potential error in isTryCatchStatement#63
gkouziik merged 2 commits intogkouziik:masterfrom
weyert:patch-1

Conversation

@weyert
Copy link
Copy Markdown
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
Copy Markdown
Contributor Author

weyert commented Nov 7, 2022

Any chance this could be merged?

@DamianGlowala
Copy link
Copy Markdown

@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