From 14954deeb03194104b3034ecaf1374d29000053c Mon Sep 17 00:00:00 2001 From: gilesb Date: Wed, 22 Nov 2023 23:04:37 +0000 Subject: [PATCH] fixed-aninatedbug --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',