fix(all): Fix in AS IMAGE generation of single row.
This commit is contained in:
parent
576e73b625
commit
a9256d8ecb
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ export class KeywordsExpressions {
|
|||
keywords[i++] = [
|
||||
/^\s*((?:[a-z]+.?)(?:(?:\w+).)(?:\w+)*)\s*=\s*get config\s*(.*)/gim,
|
||||
($0, $1, $2) => {
|
||||
return `${$1} = await dk.getConfig ({pid: pid, ${$2}})`;
|
||||
return `${$1} = await dk.getConfig ({pid: pid, name: ${$2}})`;
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue