Skip to content

Commit 0b3d191

Browse files
committed
Minor: Add the domain to the output
1 parent 692dd73 commit 0b3d191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/htmldump.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function dumpArticle (options, title, oldid) {
9292
.then(function(checkResult) {
9393
if (!checkResult) {
9494
if (options.verbose) {
95-
console.log('Dumping', title, oldid);
95+
console.log(`Dumping ${options.prefix} / ${title} / ${oldid}`);
9696
}
9797
return preq.get(articleReqTpl.expand({
9898
request: {

0 commit comments

Comments
 (0)