Skip to content

Commit

Permalink
MAN-227 - update js script back to previous version, due to failure i…
Browse files Browse the repository at this point in the history
…n github action
  • Loading branch information
achimber-moj committed Jan 9, 2025
1 parent 72d526f commit 5d8bdcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zap/traverse.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function listChildren(node, level) {
let j
var j
for (j = 0; j < node.getChildCount(); j++) {
print(Array(level + 1).join(' ') + node.getChildAt(j).getNodeName())
listChildren(node.getChildAt(j), level + 1)
Expand Down

0 comments on commit 5d8bdcb

Please sign in to comment.