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

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

View file

@ -786,8 +786,10 @@ export class GBVMService extends GBService {
line = line.replace(/^\s*\d+\s*/gi, ''); line = line.replace(/^\s*\d+\s*/gi, '');
if (!table){
for (let j = 0; j < keywords.length; j++) { for (let j = 0; j < keywords.length; j++) {
line = line.replace(keywords[j][0], keywords[j][1]); line = line.replace(keywords[j][0], keywords[j][1]); // TODO: Investigate delay here.
}
} }
// Pre-process "off-line" static KEYWORDS. // Pre-process "off-line" static KEYWORDS.