mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-18 11:36:13 +08:00
chore: add wordset debug log
This commit is contained in:
parent
a30c442081
commit
6a58e98457
1 changed files with 1 additions and 0 deletions
|
@ -605,6 +605,7 @@ export async function generateWords(
|
|||
}
|
||||
|
||||
currentWordset = await Wordset.withWords(wordList);
|
||||
console.debug("Wordset", currentWordset);
|
||||
|
||||
let stop = false;
|
||||
let i = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue