Commit e3e5532
committed
avoid cryptic error message because of internal function not handling null value
There could be a null value of someone does
````
format:
html: null
````
or
````
format:
html:
````
This is caught by YAML validation, but validation of YAML could happen after format resolution.1 parent e14d224 commit e3e5532
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
| 365 | + | |
365 | 366 | | |
366 | 367 | | |
367 | 368 | | |
| |||
0 commit comments