« get me outta code hell

aggregate: exclude "aggregate" from useful trace lines - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
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
commit6fbce92e80e619c5f953d865db729f68b538cff4 (patch)
tree3d44352b4c94458fac693cc51629ba38875d9a30
parent5da9b999aea8adb57edfa9526a602cfe5cb2f066 (diff)
aggregate: exclude "aggregate" from useful trace lines preview
-rw-r--r--src/util/aggregate.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/aggregate.js b/src/util/aggregate.js
index c5d4198..f002335 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>/,
 ];