From 24af00cff65d82d3ab905d04b897ce013bb35a03 Mon Sep 17 00:00:00 2001 From: rodrigorodriguez Date: Sat, 12 Nov 2022 23:26:47 -0300 Subject: [PATCH] new(all): Alpha Word Debugger for 3.0. --- packages/basic.gblib/services/GBVMService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/basic.gblib/services/GBVMService.ts b/packages/basic.gblib/services/GBVMService.ts index 843ac5c6..c88873ea 100644 --- a/packages/basic.gblib/services/GBVMService.ts +++ b/packages/basic.gblib/services/GBVMService.ts @@ -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++) {