🐛 Fixed typo in pattern sampling code
This commit is contained in:
parent
933b1b5a3d
commit
aadfd392ae
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ Pattern.prototype.sampleListOption = function(optionName) {
|
|||
let option = this.config.options[optionName];
|
||||
let anchors = {};
|
||||
let run = 1;
|
||||
let runs = options.list.length;
|
||||
let runs = option.list.length;
|
||||
for (let val of option.list) {
|
||||
this.options[optionName] = val;
|
||||
this.debug(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue