« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/aggregate.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/aggregate.js')
-rw-r--r--src/aggregate.js11
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>/,
 ];