wxt-dev/wxt

Init demo GIF logging improvements

开放

#2,461 创建于 2026年6月29日

 (2 条评论) (1 个反应) (0 位负责人)TypeScript (511 个派生)user submission
contribution welcomegood first issue

仓库指标

星标
 (9,861 个星标)
PR 合并指标
 (平均合并 11天 22小时) (30 天内合并 51 个 PR)

描述

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

贡献者指南