Edward Peterson 3 years ago
commit decd86eed9

@ -76,7 +76,9 @@ async function run(url, processor) {
} }
}); });
} }
reject(); resolve({})
}).catch(error => {
resolve({})
}); });
}))) })))
console.log('URLS done downloading') console.log('URLS done downloading')

Loading…
Cancel
Save