diff --git a/nekos.js b/nekos.js index f1343bb..a20c32d 100644 --- a/nekos.js +++ b/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}`; } }