Commit 9bc72dc
committed
Add proper error message for null result when value expected
Without this check, the code would proceed to call Normalize() on a null result, causing an unclear failure that doesn't explain the actual problem.1 parent e852f43 commit 9bc72dc
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
236 | 240 | | |
237 | 241 | | |
238 | 242 | | |
| |||
0 commit comments