Commit 4d658b5
committed
refactor: Remove dead code in parseMetadataXml
The second if block checking web_app paths can never execute because:
- web_app bundles don't have meta.xml files
- super.parseMetadataXml() returns undefined for web_app paths
- The condition 'xml && isWebAppBaseType(path)' is always false1 parent dd0eddb commit 4d658b5
1 file changed
+0
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | 194 | | |
202 | 195 | | |
203 | 196 | | |
| |||
0 commit comments