kopia lustrzana https://github.com/backface/turtlestitch
Fixed #644
rodzic
0d8cc567e7
commit
e48eda6cc0
|
@ -2347,3 +2347,4 @@ ______
|
||||||
* Threads: Fixed #318
|
* Threads: Fixed #318
|
||||||
* Objects: Fixed #416
|
* Objects: Fixed #416
|
||||||
* Objects: Fixed #372
|
* Objects: Fixed #372
|
||||||
|
* Threads: Fixed #644
|
||||||
|
|
|
@ -1307,7 +1307,7 @@ Process.prototype.doInsertInList = function (element, index, list) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
if (this.inputOption(index) === 'any') {
|
if (this.inputOption(index) === 'any') {
|
||||||
idx = this.reportRandom(1, list.length());
|
idx = this.reportRandom(1, list.length() + 1);
|
||||||
}
|
}
|
||||||
if (this.inputOption(index) === 'last') {
|
if (this.inputOption(index) === 'last') {
|
||||||
idx = list.length() + 1;
|
idx = list.length() + 1;
|
||||||
|
|
Ładowanie…
Reference in New Issue