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 ba9c267 commit 2294618Copy full SHA for 2294618
index.js
@@ -16,7 +16,7 @@ const assertPatternsInput = patterns => {
16
};
17
18
const generateGlobTasks = (patterns, taskOptions) => {
19
- patterns = [].concat(patterns);
+ patterns = arrayUnion([].concat(patterns));
20
assertPatternsInput(patterns);
21
22
const globTasks = [];
0 commit comments