this bug was my girlfriend's fault

This commit is contained in:
ewin 2025-09-04 23:57:33 -04:00
parent 80bf319378
commit ecedf23c76
Signed by: erin
SSH key fingerprint: SHA256:swjoHhREbZPbWe+gyJNi24d4NAxJSyUIm3fpZj4z3wc

View file

@ -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);
} }