diff --git a/scripts/client.js b/scripts/client.js index 980ff4b..3cdd371 100644 --- a/scripts/client.js +++ b/scripts/client.js @@ -230,7 +230,7 @@ assets.push(...newAssets); } - process.stdout.moveCursor(0, 1); + console.log(); var existing = await fs.readdir(CACHE_PATH); while (existing.length > 0) {