This commit is contained in:
2026-07-05 10:14:01 -04:00
parent 50fa0f5258
commit 53a4a5b9c5
8 changed files with 35 additions and 65 deletions

View File

@@ -84,7 +84,6 @@ export class Blockstate {
}
}
// Convert sets to arrays for readable console logging
const summary = {};
for (const [k, v] of Object.entries(reqs)) {
summary[k] = Array.from(v);