mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-09-01 11:53:03 +02:00
analyze construction task update
This commit is contained in:
parent
0494514f4e
commit
d46c587cdd
1 changed files with 3 additions and 3 deletions
|
@ -27,6 +27,6 @@ Object.entries(counts).forEach(([category, count]) => {
|
|||
|
||||
console.log(`\nTotal tasks: ${Object.keys(tasks).length}`);
|
||||
console.log(`Total categories: ${Object.keys(counts).length}`);
|
||||
const expectedTotal = 5 * 3 * 3* 3
|
||||
* 5; // materialLevels * roomCounts * windowStyles * carpetStyles * variants
|
||||
console.log(`Expected total tasks: ${expectedTotal}`);
|
||||
// const expectedTotal = 5 * 3 * 3* 3
|
||||
// * 5; // materialLevels * roomCounts * windowStyles * carpetStyles * variants
|
||||
// console.log(`Expected total tasks: ${expectedTotal}`);
|
Loading…
Add table
Reference in a new issue