this bug was my girlfriend's fault
This commit is contained in:
parent
80bf319378
commit
ecedf23c76
1 changed files with 1 additions and 2 deletions
|
|
@ -45,9 +45,8 @@ for (const page of pages) {
|
||||||
console.log('#', title, ' No change\n');
|
console.log('#', title, ' No change\n');
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
console.write('\n');
|
|
||||||
diff(pageContent, fixedContent, page);
|
diff(pageContent, fixedContent, page);
|
||||||
console.log();
|
console.log();
|
||||||
|
|
||||||
await mw.editPage(title, fixedContent, 'fix flavor text formatting', true);
|
await mw.editPage(title, fixedContent, 'Fix flavor text formatting', true);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue