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