fix(all): Fix in AS IMAGE generation of single row.
This commit is contained in:
parent
c2549aff08
commit
c646b2d27b
1 changed files with 1 additions and 1 deletions
|
@ -628,7 +628,7 @@ export class KeywordsExpressions {
|
||||||
keywords[i++] = [
|
keywords[i++] = [
|
||||||
/^\s*(set output)(\s*)(.*)/gim,
|
/^\s*(set output)(\s*)(.*)/gim,
|
||||||
($0, $1, $2, $3) => {
|
($0, $1, $2, $3) => {
|
||||||
return `await dk.setOutput ({pid: pid, value: "${$3}}")`;
|
return `await dk.setOutput ({pid: pid, value: "${$3}"})`;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue