diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-03-27 11:50:06 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-03-27 11:50:06 -0300 |
commit | 6fbce92e80e619c5f953d865db729f68b538cff4 (patch) | |
tree | 3d44352b4c94458fac693cc51629ba38875d9a30 /src | |
parent | 5da9b999aea8adb57edfa9526a602cfe5cb2f066 (diff) |
aggregate: exclude "aggregate" from useful trace lines
Diffstat (limited to 'src')
-rw-r--r-- | src/util/aggregate.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/aggregate.js b/src/util/aggregate.js index c5d4198f..f0023359 100644 --- a/src/util/aggregate.js +++ b/src/util/aggregate.js @@ -294,6 +294,7 @@ export function _withAggregate(mode, aggregateOpts, fn) { export const unhelpfulTraceLines = [ /sugar/, + /aggregate/, /node:/, /<anonymous>/, ]; |