« 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.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/aggregate.js b/src/aggregate.js
index 3ff1846b..23a67d20 100644
--- a/src/aggregate.js
+++ b/src/aggregate.js
@@ -417,6 +417,7 @@ export function showAggregate(topError, {
   pathToFileURL = f => f,
   showTraces = true,
   showTranslucent = showTraces,
+  showClasses = showTraces,
   print = true,
 } = {}) {
   const getTranslucency = error =>
@@ -569,10 +570,10 @@ export function showAggregate(topError, {
       message || `(no message)`;
 
     const kindPart =
-      kind || `unnamed kind`;
+      kind || `unnamed class`;
 
     let headerPart =
-      (showTraces
+      (showClasses
         ? `[${kindPart}] ${messagePart}`
      : errors
         ? `[${messagePart}]`