Skip to content

Commit

Permalink
Temporarily add a big error message
Browse files Browse the repository at this point in the history
  • Loading branch information
milesoc committed Jun 12, 2024
1 parent 4f24037 commit 0fc56d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MangaDex/MangaDexParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export const addFileNamesToManga = async (manga: PartialSourceManga[], covers: C

const coverItem = covers.find((x) => x.relationships.find((r) => r.type == 'manga')?.id == mangaId)
if (coverItem === undefined) {
throw new Error('Failed to find cover image: ' + covers)
continue
}

Expand Down

0 comments on commit 0fc56d8

Please sign in to comment.