We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bae236 commit d66331fCopy full SHA for d66331f
klite.embd
@@ -25686,7 +25686,7 @@ else
25686
case "object":
25687
if (Array.isArray(obj))
25688
{
25689
- output += `${baseIndent}Array:\n${obj.map(elem => `${baseIndent}\tElement:\n${objToText(elem, depth + 2)}`).join("\n")}`
+ output += `${baseIndent}Array:\n${obj.map(elem => `${baseIndent}\t->\n${objToText(elem, depth + 2)}`).join("\n")}`
25690
}
25691
else
25692
0 commit comments