fix(basic.gblib): update ChatServices.ts #420
1 changed files with 2 additions and 2 deletions
|
|
@ -567,8 +567,8 @@ export class DialogKeywords {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static async getOption({ pid, name }) {
|
public static async getOption({ pid, name, root=false }) {
|
||||||
if (this.isUserSystemParam(name)) {
|
if (this.isUserSystemParam(name) || root) {
|
||||||
throw new Error(`Not possible to retrieve ${name} system param.`);
|
throw new Error(`Not possible to retrieve ${name} system param.`);
|
||||||
}
|
}
|
||||||
let { min, user, params } = await DialogKeywords.getProcessInfo(pid);
|
let { min, user, params } = await DialogKeywords.getProcessInfo(pid);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue