We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c2815 commit 73245e5Copy full SHA for 73245e5
lib/bin/citgm-all.js
@@ -193,6 +193,8 @@ function mapCallback(name) {
193
function launch() {
194
const collection = Object.keys(lookup).map(mapCallback);
195
196
+ log.info('default matcher', defaultMatcher.options);
197
+
198
const q = async.queue(runTask, app.parallel || 1);
199
q.push(collection);
200
function done() {
0 commit comments