Skip to content

Commit

Permalink
fix: adjust for new error
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh authored and lilnasy committed Dec 20, 2023
1 parent 71f01af commit 7470d29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/astro/src/assets/build/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ export async function generateImagesForPath(
...AstroErrorData.CouldNotTransformImage,
message: AstroErrorData.CouldNotTransformImage.message(originalFilePath),
},
undefined,
{ cause: e }
);

Expand Down

0 comments on commit 7470d29

Please sign in to comment.