mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 04:52:26 -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",
|
regexp: "red",
|
||||||
module: "underline",
|
module: "underline",
|
||||||
internalError: "red",
|
internalError: "red",
|
||||||
temporal: "magenta",
|
temporal: "cyan",
|
||||||
};
|
};
|
||||||
|
|
||||||
const defaultFG = 39;
|
const defaultFG = 39;
|
||||||
|
|
Loading…
Add table
Reference in a new issue