From ecedf23c76af510c05a2a39aa96ac4e0fe8c4dac Mon Sep 17 00:00:00 2001 From: ewin Date: Thu, 4 Sep 2025 23:57:33 -0400 Subject: [PATCH] this bug was my girlfriend's fault --- bin/one-time/flavor-text-color-fix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/one-time/flavor-text-color-fix b/bin/one-time/flavor-text-color-fix index 898691a..984fa3d 100755 --- a/bin/one-time/flavor-text-color-fix +++ b/bin/one-time/flavor-text-color-fix @@ -45,9 +45,8 @@ for (const page of pages) { console.log('#', title, ' No change\n'); continue; } - console.write('\n'); diff(pageContent, fixedContent, page); console.log(); - await mw.editPage(title, fixedContent, 'fix flavor text formatting', true); + await mw.editPage(title, fixedContent, 'Fix flavor text formatting', true); }