fix(basic.gblib): Impersonated SET MAX LINES.

This commit is contained in:
Rodrigo Rodriguez 2022-08-28 18:45:25 -03:00
parent eacd346713
commit f058a4a0c6

View file

@ -741,7 +741,7 @@ export class DialogKeywords {
this.user = user;
}
else {
await this.maxLines = count;
this.maxLines = count;
}
}