Added fallback path for when no url or base64 is found on image tag

master
Edward Peterson 3 years ago
parent 0c28b9edf3
commit 5b0da634f9

@ -121,6 +121,8 @@ async function run(url, processor) {
}
}
});
} else {
resolve({})
}
})))
console.log('URLS done downloading')

Loading…
Cancel
Save