summaryrefslogtreecommitdiffstats
path: root/devtools/client/shared/output-parser.js
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/shared/output-parser.js')
-rw-r--r--devtools/client/shared/output-parser.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/client/shared/output-parser.js b/devtools/client/shared/output-parser.js
index 4ae1a60b11..fc1afca5a0 100644
--- a/devtools/client/shared/output-parser.js
+++ b/devtools/client/shared/output-parser.js
@@ -1445,7 +1445,7 @@ class OutputParser {
nodes[nodeIndex].classList.add(point);
}
- nodes.forEach((node, j, array) => {
+ nodes.forEach((node, j) => {
for (const text of otherText[j]) {
appendText(container, text);
}