Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 27, 2023
1 parent 7b7bab3 commit abbabc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Function/Integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ export default ((...[_Option = {}]: Parameters<Type>) => {
Read: async ({ Input }) => {
const { format } =
await sharp(Input).metadata();

return sharp(Input, {
failOn: "none",
sequentialRead: true,
Expand Down

0 comments on commit abbabc0

Please sign in to comment.