Commit d086fbd
authored
fix: potential error in isTryCatchStatement
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`1 parent 763376b commit d086fbd
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
0 commit comments