diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-06-15 14:03:18 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-06-15 14:03:18 -0300 |
commit | 0ab4d3f2f971cfbdfce2a985a4136fb24d92ebfd (patch) | |
tree | 6265273643ab227799ba8fc0facb5969079edb3c | |
parent | 48e25a5ef6007e7357a64b6e089b03512961469c (diff) |
upd8: expose niceShowAggregate as utility
-rwxr-xr-x | src/upd8.js | 1 | ||||
-rw-r--r-- | src/write/bind-utilities.js | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/upd8.js b/src/upd8.js index 40a25dfb..145a4f43 100755 --- a/src/upd8.js +++ b/src/upd8.js @@ -3207,6 +3207,7 @@ async function main() { developersComment, languages, missingImagePaths, + niceShowAggregate, thumbsCache, urlSpec, urls, diff --git a/src/write/bind-utilities.js b/src/write/bind-utilities.js index d55ab215..afbf8b2f 100644 --- a/src/write/bind-utilities.js +++ b/src/write/bind-utilities.js @@ -24,6 +24,7 @@ export function bindUtilities({ language, languages, missingImagePaths, + niceShowAggregate, pagePath, pagePathStringFromRoot, thumbsCache, @@ -42,6 +43,7 @@ export function bindUtilities({ language, languages, missingImagePaths, + niceShowAggregate, pagePath, pagePathStringFromRoot, thumb, |