make sure number lists end well formed

pull/89/head
jmoenig 2019-04-27 09:07:11 +02:00
rodzic 6ee0d05968
commit 62c3cf11c2
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -1824,6 +1824,7 @@ Process.prototype.reportNumbers = function (start, end) {
} }
dta = this.context.aggregation; dta = this.context.aggregation;
if (dta.idx > end) { if (dta.idx > end) {
dta.end.rest = new List();
this.returnValueToParentContext(dta.target.cdr()); this.returnValueToParentContext(dta.target.cdr());
return; return;
} }