diff --git a/src/content/modules/postPage.ts b/src/content/modules/postPage.ts index c8ec7f51..ea41ed47 100644 --- a/src/content/modules/postPage.ts +++ b/src/content/modules/postPage.ts @@ -50,7 +50,8 @@ export const downloadEverythingFromPost = async (): Promise => { }) } } catch (e) { - console.error(e) + // ! リード文はあるがその中に画像がない場合、JSON形式では無く文字列になるためパースエラーになる + console.warn(e) } }