Skip to content

Commit

Permalink
chore: コメントの追加
Browse files Browse the repository at this point in the history
  • Loading branch information
mnao305 committed Dec 3, 2023
1 parent fef9d0c commit 09e61a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/content/modules/postPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ export const downloadEverythingFromPost = async (): Promise<void> => {
})
}
} catch (e) {
console.error(e)
// ! リード文はあるがその中に画像がない場合、JSON形式では無く文字列になるためパースエラーになる
console.warn(e)
}
}

Expand Down

0 comments on commit 09e61a0

Please sign in to comment.