Fix missed moveCursor call
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
This commit is contained in:
parent
aa8a6d6248
commit
1c4e6e6c91
@ -230,7 +230,7 @@ const processFile = async (name) => {
|
|||||||
assets.push(...newAssets);
|
assets.push(...newAssets);
|
||||||
}
|
}
|
||||||
|
|
||||||
process.stdout.moveCursor(0, 1);
|
console.log();
|
||||||
|
|
||||||
var existing = await fs.readdir(CACHE_PATH);
|
var existing = await fs.readdir(CACHE_PATH);
|
||||||
while (existing.length > 0) {
|
while (existing.length > 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user