oven-sh/bun

`console.error` does not preserve red color for multi-line output

Open

#7,125 opened on Nov 15, 2023

View on GitHub
 (2 comments) (0 reactions) (1 assignee)Rust (4,486 forks)batch import
buggood first issueweb-api

Repository metrics

Stars
 (90,348 stars)
PR merge metrics
 (Avg merge 1d 17h) (357 merged PRs in 30d)

Description

Repro:

console.error("This is an error message", {
  withExtra: true,
  properties: "yes",
});

Contributor guide