diff --git a/index.js b/index.js index 65ae47c..844ca86 100644 --- a/index.js +++ b/index.js @@ -29840,7 +29840,7 @@ const findDisplay = (line, link) => { }) => { const animateds = myDisplayFields(display) .animated(); - if (!animateds.length) { + if (animateds.length) { await external_fs_.promises.appendFile( fileName, '\n## animated\n',