mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 05:46:17 +00:00
feat: add catch
This commit is contained in:
@@ -106,7 +106,7 @@ export const publishNewAchievementNotification = async (
|
||||
iconUrl.split("/").pop() || "image.jpg"
|
||||
);
|
||||
|
||||
await downloadImage(iconUrl, iconPath);
|
||||
await downloadImage(iconUrl, iconPath).catch(() => {});
|
||||
|
||||
new Notification({
|
||||
title: t("game_achievement_unlocked", {
|
||||
|
||||
Reference in New Issue
Block a user