mirror of
https://github.com/denoland/deno.git
synced 2025-02-01 20:25:12 -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
9534112073
commit
99fc557f96
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