Commit 61f29d2
Add object check for tag in parser
Added an is_object check before accessing tag methods in the parser to prevent potential errors when tag is not an object.
https: //github.com/paquettg/pull/257
Co-Authored-By: Mark <7759964+mark-8@users.noreply.github.com>1 parent f735979 commit 61f29d2
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
95 | | - | |
| 96 | + | |
| 97 | + | |
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
| |||
0 commit comments