fix(basic.gblib): Impersonated SET MAX LINES.
This commit is contained in:
parent
8fc00b3bf3
commit
e9feff851d
1 changed files with 1 additions and 1 deletions
|
|
@ -741,7 +741,7 @@ export class DialogKeywords {
|
|||
this.user = user;
|
||||
}
|
||||
else {
|
||||
await this.maxLines = count;
|
||||
this.maxLines = count;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue