fix(ai): fix database model mapping for AI matches and missing AI names
This commit is contained in:
@@ -21,7 +21,7 @@ export const AI_LEVELS: StockfishLevel[] = [
|
||||
export class StockfishEngine {
|
||||
private process: ChildProcess | null = null;
|
||||
private ready = false;
|
||||
private resolvers: Array<(move: string) => void> = [];
|
||||
private resolvers: ((move: string) => void)[] = [];
|
||||
private initPromise: Promise<void>;
|
||||
private buffer = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user