fix(basic.gbapp): AS IMAGE testing.
This commit is contained in:
parent
28c3ef83a3
commit
c16b9acbab
1 changed files with 1 additions and 1 deletions
|
@ -568,7 +568,7 @@ export class DialogKeywords {
|
|||
}
|
||||
|
||||
public static async getOption({ pid, name, root=false }) {
|
||||
if (this.isUserSystemParam(name) || root) {
|
||||
if (this.isUserSystemParam(name) && !root) {
|
||||
throw new Error(`Not possible to retrieve ${name} system param.`);
|
||||
}
|
||||
let { min, user, params } = await DialogKeywords.getProcessInfo(pid);
|
||||
|
|
Loading…
Add table
Reference in a new issue