Commit fed3449
committed
fix: handle potential null properties in SuperConverter
- Updated the SuperConverter class to safely access the 'Properties' element in custom XML, ensuring that the code handles cases where the element may not exist.
- This change improves the robustness of the document conversion process by preventing potential runtime errors.1 parent 0803d04 commit fed3449
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
| 222 | + | |
222 | 223 | | |
223 | 224 | | |
224 | 225 | | |
| |||
0 commit comments