Opened this issue 4 years ago · 0 comments
In my case I want to print the output using console.dir(output, { depth: null, breakLength: 120 }) so it looks nicer and shows all the data I need to show.
console.dir(output, { depth: null, breakLength: 120 })
How can I customize that?