diff options
Diffstat (limited to 'scripts/client.js')
-rw-r--r-- | scripts/client.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |