fixed-aninatedbug
This commit is contained in:
parent
fed0fc019a
commit
14954deeb0
2
index.js
2
index.js
|
@ -29840,7 +29840,7 @@ const findDisplay = (line, link) => {
|
||||||
}) => {
|
}) => {
|
||||||
const animateds = myDisplayFields(display)
|
const animateds = myDisplayFields(display)
|
||||||
.animated();
|
.animated();
|
||||||
if (!animateds.length) {
|
if (animateds.length) {
|
||||||
await external_fs_.promises.appendFile(
|
await external_fs_.promises.appendFile(
|
||||||
fileName,
|
fileName,
|
||||||
'\n## animated\n',
|
'\n## animated\n',
|
||||||
|
|
Loading…
Reference in New Issue