Skip to content

Commit 0ec54df

Browse files
committed
Fix error in some browsers
1 parent a611773 commit 0ec54df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/operators/applyExifOrientation.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export function applyExifOrientation(): OperatorFunction {
1515

1616
try {
1717
result = parser.create(data).parse();
18-
} catch {
18+
} catch(e) {
1919
resolve();
2020
return;
2121
}

0 commit comments

Comments
 (0)