diff --git a/src/utils/color.ts b/src/utils/color.ts index bbc0c6b9..882e4be9 100644 --- a/src/utils/color.ts +++ b/src/utils/color.ts @@ -9,7 +9,7 @@ import * as tty from "node:tty"; // TODO: Migrate to std-env const { env = {}, - argv = [], + argv = ["--color"], platform = "", } = typeof process === "undefined" ? {} : process; const isDisabled = "NO_COLOR" in env || argv.includes("--no-color");