wxt-dev/wxt

Init demo GIF logging improvements

Aberta

#2.461 aberto em 29 de jun. de 2026

 (2 comentários) (1 reação) (0 responsável)TypeScript (511 forks)user submission
contribution welcomegood first issue

Métricas do repositório

Stars
 (9.861 estrelas)
Métricas de merge de PR
 (Mesclagem média 11d 22h) (51 fundiu PRs em 30d)

Description

Noticed this in #2459, but consola is using it's basic formatter in the GIF... so it's logging [log] and [info] instead of no prefix and i, respectively.

https://github.com/wxt-dev/wxt/blob/e5ef936/docs/assets/init-demo.gif

This is probably because the GIF is generated by the github action, and consola sees it's a CI environment, so it doesn't use the pretty formatter, uses basic instead.

Not sure how to override this, but I'd prefer we use the pretty logger for the GIF

Guia do colaborador