fix: add ending newline in gifs

This commit is contained in:
Daniel Bulant 2021-10-03 20:33:17 +02:00
parent 3e9cbf52f9
commit e93e9eee49

View file

@ -87,6 +87,7 @@ async function showImage(type) {
await sleep(frameLens[frame] - (end - start));
frame++;
}
process.stdout.write("\n");
await $`rm -r ${tempdir}`;
}
}