mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
@@ -20,8 +20,8 @@ async function preloadImages() {
|
||||
try {
|
||||
await Promise.all(imagePromises);
|
||||
return true;
|
||||
} catch (error) {
|
||||
error(`preloadImages: ${error}`);
|
||||
} catch (err) {
|
||||
error(`preloadImages: ${err}`);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user