mirror of
https://github.com/catdevnull/transicion-desordenada-diablo
synced 2024-11-14 18:21:38 +00:00
downloader: no awaitear readme.txt
This commit is contained in:
parent
5bb976b49e
commit
f94efd437c
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ let jsonUrls = process.argv.slice(2);
|
|||
if (jsonUrls.length < 1) {
|
||||
jsonUrls = sitiosPorDefecto;
|
||||
}
|
||||
await writeFile("readme.txt", generateReadme(jsonUrls));
|
||||
writeFile("readme.txt", generateReadme(jsonUrls));
|
||||
for (const url of jsonUrls)
|
||||
downloadFromData(url).catch((error) =>
|
||||
console.error(`${url} FALLÓ CON`, error),
|
||||
|
|
Loading…
Reference in a new issue