diff options
-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>/, ]; |