There was an error while loading. Please reload this page.
1 parent e295525 commit 6736ad9Copy full SHA for 6736ad9
1 file changed
scripts/gen-whitebox-menu-catalog.mjs
@@ -139,8 +139,7 @@ async function main() {
139
// Whitebox-sourced WASM tools the snapshot has never heard of. They belong in
140
// the menu under their own category's regular subheading (not the
141
// GEOLIBRE_SUBCATEGORY one — they are not GeoLibre-authored), and they are
142
- // the reason the menu
143
- // could list fewer tools than the WASM actually ships.
+ // the reason the menu could list fewer tools than the WASM actually ships.
144
const snapshotIds = new Set(tools.map((t) => t.id));
145
const wasmOnly = wasmTools.filter((t) => t.source !== "geolibre" && !snapshotIds.has(t.id));
146
0 commit comments