diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-06-15 14:08:25 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-06-15 14:08:25 -0300 |
commit | 01dbc3af291fcba1dac42f2e73950750cba1dd81 (patch) | |
tree | 3098251d11e9e12916e6d70a34cf81e0c05bd00f /src/aggregate.js | |
parent | d4d1773ce4be2ee0da951c5bed7aeff7476e054f (diff) |
aggregate: showAggregate: never dim cause arrow head
Diffstat (limited to 'src/aggregate.js')
-rw-r--r-- | src/aggregate.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aggregate.js b/src/aggregate.js index cb806e89..d5ea2d73 100644 --- a/src/aggregate.js +++ b/src/aggregate.js @@ -604,7 +604,7 @@ export function showAggregate(topError, { headerPart += ` ${colors.dim(tracePart)}`; } - const head1 = level % 2 === 0 ? '\u21aa' : colors.dim('\u21aa'); + const head1 = '\u21aa'; const bar1 = ' '; const causePart = |