Skip to content

Commit

Permalink
chore: fixes MIME error output
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Jul 16, 2024
1 parent 3823181 commit 8d0f553
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions plugins/packs-integrations.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,10 +361,7 @@ async function getLogoUrl(packsAllData, logoUrlMap) {
}
}
} catch (e) {
logger.error(
`An error occurred while fetching the logo for the pack, ${packName}. Additional context follows : \n`,
e
);
// Intentionally ignoring errors here to continue processing other logos
}
}
}
Expand Down

0 comments on commit 8d0f553

Please sign in to comment.