Closed jd-solanki closed 1 year ago
Hi 👋🏻
I'm really loving this lib. I was using it and found that I have to add new line after consola.success like consola.success('operation completed\n').
consola.success
consola.success('operation completed\n')
Can we configure consola to auto inject new line for success or any other logger (maybe via createConsola)?
createConsola
Describe the feature
Hi 👋🏻
I'm really loving this lib. I was using it and found that I have to add new line after
consola.success
likeconsola.success('operation completed\n')
.Can we configure consola to auto inject new line for success or any other logger (maybe via
createConsola
)?Additional information