Skip to content

Commit 4143ec8

Browse files
committed
Undoing an accidental change that stopped the creation of <self> nodes.
1 parent 14201fc commit 4143ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codepulse/src/main/resources/toserve/pages/traces/TraceTreeData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
treeProjector = new TreeProjector(d)
3636

37-
fullTree = treeProjector.projectFullTree(false /* generate self nodes for packages */)
37+
fullTree = treeProjector.projectFullTree(true /* generate self nodes for packages */)
3838

3939
fullTree.forEachNode(true, function(n){
4040
coverageSets[n.id] = d3.set()

0 commit comments

Comments
 (0)