fix(basic.gblib): SET LANGUAGE fix.
This commit is contained in:
parent
282f285788
commit
cff2107270
1 changed files with 1 additions and 1 deletions
|
@ -734,7 +734,7 @@ export class KeywordsExpressions {
|
|||
keywords[i++] = [
|
||||
/^\s*(set language)(\s*)(.*)/gim,
|
||||
($0, $1, $2, $3) => {
|
||||
return `await dk.setLanguage ({pid: pid, ido${$3}})`;
|
||||
return `await dk.setLanguage ({pid: pid, language: ${$3}})`;
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue