new(basic.gblib): SET CONTEXT new keyword.
This commit is contained in:
parent
81258046c0
commit
b6e8a054ad
1 changed files with 1 additions and 1 deletions
|
@ -748,7 +748,7 @@ export class KeywordsExpressions {
|
|||
const value = $2.replace(/\`/gi, '');
|
||||
|
||||
if (value.endsWith('.pdf') && !value.startsWith('https')) {
|
||||
return `${$1} = await sys.getPdf({pid: pid, file: ${$2});`;
|
||||
return `${$1} = await sys.getPdf({pid: pid, file: ${$2}});`;
|
||||
} else {
|
||||
return `
|
||||
await retry(
|
||||
|
|
Loading…
Add table
Reference in a new issue