updates metadata retrieval exception handling

This commit is contained in:
TheBeastLT
2020-02-25 21:47:57 +01:00
parent 75053fccd0
commit 23880d4fb2
3 changed files with 9 additions and 5 deletions

View File

@@ -63,7 +63,6 @@ async function scrape() {
console.log(err);
});
lr.on('end', () => {
fs.unlink(CSV_FILE_PATH);
console.log(`finished to scrape tpb dump!`);
});
}