« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/util/sugar.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/sugar.js b/src/util/sugar.js
index cee3df12..a6d50943 100644
--- a/src/util/sugar.js
+++ b/src/util/sugar.js
@@ -733,7 +733,7 @@ export function showAggregate(topError, {
             .join('\n')
         : '');
 
-    return [headerPart, causePart, errorsPart].filter(Boolean).join('\n');
+    return [headerPart, errorsPart, causePart].filter(Boolean).join('\n');
   };
 
   const structure = flattenErrorStructure(topError);