From c73f4ace246209d685b044a0fbfcf5627b6af0b5 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Fri, 13 Jan 2023 13:12:12 +0100 Subject: [PATCH] Fix missed moveCursor call Signed-off-by: TheArcaneBrony --- scripts/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/client.js b/scripts/client.js index 980ff4bf..3cdd3719 100644 --- a/scripts/client.js +++ b/scripts/client.js @@ -230,7 +230,7 @@ const processFile = async (name) => { assets.push(...newAssets); } - process.stdout.moveCursor(0, 1); + console.log(); var existing = await fs.readdir(CACHE_PATH); while (existing.length > 0) {