fix(basic.gbapp): AS IMAGE testing.

This commit is contained in:
Rodrigo Rodriguez 2023-08-13 18:46:47 -03:00
parent 950b1dcbb6
commit fe07cf9f2e

View file

@ -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);