mirror of
https://github.com/danbulant/nekos
synced 2026-07-07 12:01:16 +00:00
fix: add ending newline in gifs
This commit is contained in:
parent
3e9cbf52f9
commit
e93e9eee49
1 changed files with 1 additions and 0 deletions
1
nekos.js
1
nekos.js
|
|
@ -87,6 +87,7 @@ async function showImage(type) {
|
||||||
await sleep(frameLens[frame] - (end - start));
|
await sleep(frameLens[frame] - (end - start));
|
||||||
frame++;
|
frame++;
|
||||||
}
|
}
|
||||||
|
process.stdout.write("\n");
|
||||||
await $`rm -r ${tempdir}`;
|
await $`rm -r ${tempdir}`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue