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

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

View file

@ -363,7 +363,7 @@ export class GBVMService extends GBService {
var allLines = code.split("\n");
const keywords = this.getKeywords();
const offset = 37;
const offset = 34;
const jsonMap = {};
for (var i = 0; i < allLines.length; i++) {