fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 80a8a3c3a6 - Show all commits

View file

@ -196,6 +196,7 @@ export class GBMinService {
for (let iBlock = 0; iBlock < promises.length; iBlock += MAX_IN_PROCESS) { for (let iBlock = 0; iBlock < promises.length; iBlock += MAX_IN_PROCESS) {
await doBlock(iBlock); await doBlock(iBlock);
GBLog.info(`Block ${iBlock} loaded.`);
} }
return results; return results;
}; };