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 e58a10e commit 385b33dCopy full SHA for 385b33d
lib/dump_restbase.js
@@ -62,6 +62,7 @@ function dumpAllWikis (options) {
62
})
63
.then(function(res) {
64
return P.each(res.body.items, function(domain) {
65
+ console.log(domain);
66
options.domain = domain;
67
return dumpWiki(options);
68
});
0 commit comments