We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a611773 commit 0ec54dfCopy full SHA for 0ec54df
src/lib/operators/applyExifOrientation.ts
@@ -15,7 +15,7 @@ export function applyExifOrientation(): OperatorFunction {
15
16
try {
17
result = parser.create(data).parse();
18
- } catch {
+ } catch(e) {
19
resolve();
20
return;
21
}
0 commit comments