mirror of
https://github.com/mempool/mempool.git
synced 2025-10-02 03:58:53 +02:00
Re-use variable fix
This commit is contained in:
@@ -123,7 +123,7 @@ function downloadPromoVideoSubtiles() {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
console.log(`${language.name} is missing, downloading`);
|
console.log(`${language.name} is missing, downloading`);
|
||||||
download(`${PATH}/promo-video/${language.name}`, language.download_url);
|
download(filePath, language.download_url);
|
||||||
downloadedCount++;
|
downloadedCount++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user