Skip to content

Commit 73245e5

Browse files
committed
chore: print default matcher's options
1 parent 89c2815 commit 73245e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/bin/citgm-all.js

+2
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ function mapCallback(name) {
193193
function launch() {
194194
const collection = Object.keys(lookup).map(mapCallback);
195195

196+
log.info('default matcher', defaultMatcher.options);
197+
196198
const q = async.queue(runTask, app.parallel || 1);
197199
q.push(collection);
198200
function done() {

0 commit comments

Comments
 (0)