Closed pi0 closed 1 year ago
(@gkatsanos via https://github.com/nuxt-contrib/consola/commit/7ed640f399ca98de2bf1cf5e686343cfb6e2704a#commitcomment-46574499)
I passed consola.setReporters([ new consola.FancyReporter({ compact: false }) ]) and I still see data: { content: [ [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object] ], in the 3+ levels of nesting. Am I doing something wrong there?
I passed consola.setReporters([ new consola.FancyReporter({ compact: false }) ]) and I still see
consola.setReporters([ new consola.FancyReporter({ compact: false }) ])
data: { content: [ [Object], [Object], [Object], [Object], [Object], [Object], [Object], [Object] ],
in the 3+ levels of nesting. Am I doing something wrong there?
It will be possible in consola v3 via global option formatOptions.compact: false
formatOptions.compact: false
(@gkatsanos via https://github.com/nuxt-contrib/consola/commit/7ed640f399ca98de2bf1cf5e686343cfb6e2704a#commitcomment-46574499)