fix a potential freeze

This commit is contained in:
afonya2 2025-05-29 14:17:08 +02:00
parent 2bd897a6f6
commit 78bcace8ed
Signed by: afonya
GPG key ID: EBB9C4CAFAAFB2DC
2 changed files with 19 additions and 7 deletions

View file

@ -58,7 +58,7 @@ async function main() {
} else {
failCount++
if (failCount > 1000) {
console.log("Finding a qunique string took too long, exiting...")
console.log("Finding a unique string took too long, exiting...")
process.exit(0)
}
}