« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/yaml.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/yaml.js')
-rw-r--r--src/data/yaml.js7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/data/yaml.js b/src/data/yaml.js
index f2540b65..1fd37b2f 100644
--- a/src/data/yaml.js
+++ b/src/data/yaml.js
@@ -346,12 +346,7 @@ export class FieldValueAggregateError extends AggregateError {
 }
 
 export class FieldValueError extends Error {
-  constructor(field, property, value, caughtError) {
-    const cause =
-      (caughtError instanceof CacheableObjectPropertyValueError
-        ? caughtError.cause
-        : caughtError);
-
+  constructor(field, property, value, cause) {
     const fieldText =
       colors.green(`"${field}"`);