Skip to content

Commit a413a16

Browse files
committed
Update module.js
1 parent 224df70 commit a413a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ module
8181
this.queue.push(fileItem);
8282
this._onAfterAddingFile(fileItem);
8383
} else {
84-
var filter = this.filters[this._failFilterIndex];
84+
var filter = arrayOfFilters[this._failFilterIndex];
8585
this._onWhenAddingFileFailed(temp, filter, options);
8686
}
8787
}, this);

0 commit comments

Comments
 (0)