mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
fix(ext/console): apply coloring for console.table (#26280)
Fixes #26159
This commit is contained in:
parent
403da30ceb
commit
3065dadea3
@ -3256,7 +3256,7 @@ class Console {
|
||||
|
||||
const stringifyValue = (value) =>
|
||||
inspectValueWithQuotes(value, {
|
||||
...getDefaultInspectOptions(),
|
||||
...getConsoleInspectOptions(noColorStdout()),
|
||||
depth: 1,
|
||||
compact: true,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user