diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-02-16 08:15:23 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-02-16 08:18:42 -0400 |
commit | 98561e7bbc8137f3b1cb222d9ed4cfb3c6fc6bd9 (patch) | |
tree | 3614629107612b1e1fcb80e21c25213c4bc2a624 /src | |
parent | 7a1b8e36b4be5aae117fe79eb07e1fbdaf516b8d (diff) |
yaml: drop dead aggregate.close()
Diffstat (limited to 'src')
-rw-r--r-- | src/data/yaml.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/data/yaml.js b/src/data/yaml.js index 3bdba638..8b8a8ab2 100644 --- a/src/data/yaml.js +++ b/src/data/yaml.js @@ -1094,8 +1094,6 @@ export function reportDuplicateDirectories(wikiData) { places.map(thing => ` - ` + inspect(thing)).join('\n'))); } }); - - aggregate.close(); } // Warn about references across data which don't match anything. This involves |