fix : add workers info

This commit is contained in:
GuillaumeSD
2025-04-20 16:27:44 +02:00
parent 6c0da2a1f0
commit d5f2e096cd
2 changed files with 9 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ export class UciEngine {
}
engine.isReady = true;
console.log(`${engineName} initialized`);
console.log(`${engineName} initialized with ${workers.length} workers`);
return engine;
}