new(basic.gblib): SET CONTEXT new keyword.
This commit is contained in:
parent
b6e8a054ad
commit
a481e696dc
1 changed files with 1 additions and 1 deletions
|
@ -2666,7 +2666,7 @@ export class SystemKeywords {
|
|||
GBLogEx.info(min, mydump(obj, level));
|
||||
}
|
||||
|
||||
public async getPdfContents({ pid, pdfName }) {
|
||||
public async getPdf({ pid, pdfName }) {
|
||||
const { min } = await DialogKeywords.getProcessInfo(pid);
|
||||
GBLogEx.info(min, `BASIC GET (pdf): ${pdfName}`);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue