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