lukejpreston / junit_viewer

Start a mini service to view junit reports
39 stars 17 forks source link

Null reference error when trying to expand leaf node #25

Closed gwynjudd closed 8 years ago

gwynjudd commented 8 years ago

The problem occurs here:

https://github.com/lukejpreston/junit_viewer/blob/master/templates/junit_viewer.js#L19

For a leaf node, element.children has only one element so suiteContent is null.