#394·consola

The `start` method produces a misaligned time label

Author: rqbazanCreated Aug 17, 2025Updated Aug 19, 2025
Labelsbug

Environment

consola: "v3.4.2" node: "v20.19.0"

Reproduction

typescript
import { consola } from 'consola'

consola.info('I am a info message')
consola.success('I am a success message')
consola.start('I am a start message')

Describe the bug

Misaligned time label in the start message:

Image

Additional context

No response

Logs

bash