Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra line breaks #318

Open
cdwmhcc opened this issue Oct 24, 2024 · 0 comments
Open

Extra line breaks #318

cdwmhcc opened this issue Oct 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@cdwmhcc
Copy link

cdwmhcc commented Oct 24, 2024

Environment

  • consola: 3.2.3
  • nodejs: 20.18.0

Reproduction

consola.log('log')
consola.start('start')
consola.error('error')
consola.warn('warn')

console.error('console.error')
console.error('console.error')

output:

consola.log
o consola.start

 ERROR  consola.error


 WARN  consola.warn

CONSOLE.warn
CONSOLE.error

image

Describe the bug

When using .error .warn , there are extra newlines.

Additional context

No response

Logs

No response

@cdwmhcc cdwmhcc added the bug Something isn't working label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant