1
0
mirror of https://github.com/flutter/packages.git synced 2025-06-26 03:03:23 +08:00

[tool] Conditionalize color on stdout ()

Refactors colorization to a centralized utility file, and makes it all conditional on `stdout` having ANSI escape support. This makes the output more readable on LUCI, which unlike the Cirrus log display doesn't handle ANSI.

Fixes https://github.com/flutter/flutter/issues/89392
This commit is contained in:
stuartmorgan
2023-07-11 15:02:59 -04:00
committed by GitHub
parent 404084cb0a
commit 28c419d2ab
35 changed files with 187 additions and 26 deletions