fix(basic.gblib): More logging in BASIC keywords.
This commit is contained in:
parent
85e96023c3
commit
e016052309
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ export class GBVMService extends GBService {
|
||||||
return `${$1} = hear("menu", ${$2})`;
|
return `${$1} = hear("menu", ${$2})`;
|
||||||
});
|
});
|
||||||
|
|
||||||
code = code.replace(/(hear on)(\s)(.*)/gi, ($0, $1, $2, $3) => {
|
code = code.replace(/(go to)(\s)(.*)/gi, ($0, $1, $2, $3) => {
|
||||||
return `sys().gotoDialog(${$3})\n`;
|
return `sys().gotoDialog(${$3})\n`;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue