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

貢獻者指南