1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-10 04:32:35 +01:00

Fix missed moveCursor call

Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
This commit is contained in:
TheArcaneBrony 2023-01-13 13:12:12 +01:00
parent 25ede53748
commit c73f4ace24
No known key found for this signature in database
GPG Key ID: 32FC5AAADAD75A22

View File

@ -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) {