mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 11:09:26 +00:00
don't log abort
This commit is contained in:
@@ -204,10 +204,7 @@
|
|||||||
fetch(urlToFetch, {
|
fetch(urlToFetch, {
|
||||||
method: 'get',
|
method: 'get',
|
||||||
signal: signal,
|
signal: signal,
|
||||||
})
|
}).catch(function (err) {});
|
||||||
.catch(function (err) {
|
|
||||||
console.error(` Err: ${err}`);
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function cancel(img) {
|
function cancel(img) {
|
||||||
|
|||||||
Reference in New Issue
Block a user