« 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/data/things/validators.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/things/validators.js b/src/data/things/validators.js
index ef6b7b88..8c2a96e4 100644
--- a/src/data/things/validators.js
+++ b/src/data/things/validators.js
@@ -225,7 +225,7 @@ function validateArrayItemsHelper(itemValidator) {
               .join('\n')
           : `${annotation} ${error}`);
 
-      error[Symbol.for('hsmusic.decorate.indexInSourceArray')] = index;
+      error[Symbol.for('hsmusic.annotateError.indexInSourceArray')] = index;
 
       throw error;
     }