wxt-dev/wxt

Init demo GIF not using consola's pretty formatter

Open

#2.461 geöffnet am 29. Juni 2026

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (511 Forks)user submission
contribution welcomegood first issue

Repository-Metriken

Stars
 (9.861 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 11h 6m) (11 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide