mirror of
https://github.com/denoland/deno.git
synced 2025-01-19 12:16:17 -05:00
fix(ext/console): change Temporal color (#27684)
This commit changes output color of `Temporal` instances from "magenta" to "cyan" to discriminate them from `Date` instances. Closes https://github.com/denoland/deno/issues/27585
This commit is contained in:
parent
17d6e66ee3
commit
2debe9c8dd
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ const styles = {
|
|||
regexp: "red",
|
||||
module: "underline",
|
||||
internalError: "red",
|
||||
temporal: "magenta",
|
||||
temporal: "cyan",
|
||||
};
|
||||
|
||||
const defaultFG = 39;
|
||||
|
|
Loading…
Add table
Reference in a new issue