fix(all): Fix in AS IMAGE generation of single row.
This commit is contained in:
parent
272d64720f
commit
5827286406
1 changed files with 1 additions and 1 deletions
|
@ -628,7 +628,7 @@ export class KeywordsExpressions {
|
|||
keywords[i++] = [
|
||||
/^\s*(set output)(\s*)(.*)/gim,
|
||||
($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