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.
1 parent 224df70 commit a413a16Copy full SHA for a413a16
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