We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40a03db + a413a16 commit 04976b6Copy full SHA for 04976b6
src/module.js
@@ -81,7 +81,7 @@ module
81
this.queue.push(fileItem);
82
this._onAfterAddingFile(fileItem);
83
} else {
84
- var filter = this.filters[this._failFilterIndex];
+ var filter = arrayOfFilters[this._failFilterIndex];
85
this._onWhenAddingFileFailed(temp, filter, options);
86
}
87
}, this);
0 commit comments