diff --git a/index.js b/index.js index 1831055..fec6b06 100644 --- a/index.js +++ b/index.js @@ -76,7 +76,9 @@ async function run(url, processor) { } }); } - reject(); + resolve({}) + }).catch(error => { + resolve({}) }); }))) console.log('URLS done downloading')