diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-07-27 19:16:43 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-07-27 19:16:43 -0300 |
commit | 6d7902316fe197f6d96873c9a846d60f264b6776 (patch) | |
tree | bc114085a9aca3bb1179c1e162da7aba0e3c115e /src | |
parent | dec015d9e25d9455558c0959dd7c8e23a4527a4b (diff) |
aggregate: mark html.js unhelpful trace again, match with .js
Diffstat (limited to 'src')
-rw-r--r-- | src/aggregate.js | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/aggregate.js b/src/aggregate.js index d5ea2d73..3ff1846b 100644 --- a/src/aggregate.js +++ b/src/aggregate.js @@ -371,11 +371,12 @@ export function _withAggregate(mode, aggregateOpts, fn) { } export const unhelpfulTraceLines = [ - /sugar/, - /sort/, - /aggregate/, - /composite/, - /cacheable-object/, + /sugar\.js/, + /sort\.js/, + /aggregate\.js/, + /composite\.js/, + /cacheable-object\.js/, + /html\.js/, /node:/, /<anonymous>/, ]; |