Closed Theeverydayman closed 1 month ago
@Theeverydayman what version of RunJS are you using?
Latest, at the time of writing (secondary gh)
I'm not able to replicate the issue. For me, the formatting looks like this:
[
1, 1, 1, 1, 1,
1, 1, 1, 1, 1
],
Hey, is there a way to change the number of characters displayed in the output? [is there even a limit there?]
I'm having a weird issue - I'm creating a jagged array of 1s. How I imagine it should display it in the output [single line]:
or [multiple lines, one for each inner array]:
Instead it displays it like this:
Kind of looks like there's a set max line width of some sort in the output, or is there another reason it's cutting the inner arrays in half?
Here's the code: