Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-02-20 14:30:30 -05:00
parent 4e06125cb0
commit e0e44d339f
+2 -2
View File
@@ -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;
}
}