mirror of
https://github.com/danbulant/nekos
synced 2026-06-20 14:51:12 +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));
|
||||
frame++;
|
||||
}
|
||||
process.stdout.write("\n");
|
||||
await $`rm -r ${tempdir}`;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue