Skip to content

Commit

Permalink
chore: print default matcher's options
Browse files Browse the repository at this point in the history
  • Loading branch information
edvardchen committed Dec 6, 2022
1 parent 89c2815 commit 73245e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/bin/citgm-all.js
Expand Up @@ -193,6 +193,8 @@ function mapCallback(name) {
function launch() {
const collection = Object.keys(lookup).map(mapCallback);

log.info('default matcher', defaultMatcher.options);

const q = async.queue(runTask, app.parallel || 1);
q.push(collection);
function done() {
Expand Down

0 comments on commit 73245e5

Please sign in to comment.