Another fix for single-sticker packs
This commit is contained in:
parent
55c5f15cd9
commit
33b8b59c55
1 changed files with 1 additions and 1 deletions
|
@ -706,7 +706,7 @@ async function doDownloadStickerPack(
|
|||
});
|
||||
|
||||
const successfulStickerCount = jobResults.filter(item => item).length;
|
||||
if (successfulStickerCount === 0) {
|
||||
if (successfulStickerCount === 0 && nonCoverStickers.length !== 0) {
|
||||
throw new Error('doDownloadStickerPack: All stickers failed to download');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue