« get me outta code hell

data: tweak track album messaging in errors/inspect - 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:
author(quasar) nebula <qznebula@protonmail.com>2023-11-28 13:04:32 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-11-28 13:04:32 -0400
commit084b5423d2a4fc60a91dd4aeb24ff0cd4d870fbc (patch)
treee7afeb209061ffa8d2a7e259ed21173e8d735dae /src/data/yaml.js
parente3358d7c6993aa454019ebf58a53198b9e28087f (diff)
data: tweak track album messaging in errors/inspect
Diffstat (limited to 'src/data/yaml.js')
-rw-r--r--src/data/yaml.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/data/yaml.js b/src/data/yaml.js
index dda0694..27d8721 100644
--- a/src/data/yaml.js
+++ b/src/data/yaml.js
@@ -1625,8 +1625,7 @@ export function filterDuplicateDirectories(wikiData) {
         call(() => {
           throw new Error(
             `Duplicate directory ${colors.green(directory)}:\n` +
-              places.map((thing) => ` - ` + inspect(thing)).join('\n')
-          );
+            places.map(thing => ` - ` + inspect(thing)).join('\n'));
         });
       }