Commit 979eb75
committed
Refactor "special case for handling arrays"
This is where the `NullReferenceException` happens.
The pre-existing comment here didn't explain *why* this special case is
needed at all, which only became apparent when I temporarily removed it.
Let's explain the intent behind the special case better, and move it
inside an `if` that triggers only when the right conditions are present
(which now excludes `null` values).1 parent 0f796e9 commit 979eb75
1 file changed
+10
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
64 | 65 | | |
65 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
66 | 72 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
| 73 | + | |
| 74 | + | |
72 | 75 | | |
73 | 76 | | |
74 | 77 | | |
| |||
0 commit comments