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 c934273 commit 0da4a9eCopy full SHA for 0da4a9e
src/cli.js
@@ -60,7 +60,7 @@
60
var ignoreString = '';
61
62
if (ignore) {
63
- ignoreString = ignore.map(function (file) {
+ ignoreString = ignore.map(function(file) {
64
return ' ":(exclude)' + file + '" ';
65
}).join(' ');
66
}
0 commit comments