chore: add wordset debug log

This commit is contained in:
Miodec 2024-04-29 20:19:32 +02:00
parent a30c442081
commit 6a58e98457

View file

@ -605,6 +605,7 @@ export async function generateWords(
}
currentWordset = await Wordset.withWords(wordList);
console.debug("Wordset", currentWordset);
let stop = false;
let i = 0;