Skip to content

Commit 385b33d

Browse files
committed
Log the wiki name
1 parent e58a10e commit 385b33d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/dump_restbase.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ function dumpAllWikis (options) {
6262
})
6363
.then(function(res) {
6464
return P.each(res.body.items, function(domain) {
65+
console.log(domain);
6566
options.domain = domain;
6667
return dumpWiki(options);
6768
});

0 commit comments

Comments
 (0)