Skip to content

Commit 3fc2ffb

Browse files
author
Tom James Holub
committed
swallow pubkey format exceptions & return null | #138
1 parent 763c7ad commit 3fc2ffb

File tree

1 file changed

+1
-1
lines changed
  • FlowCrypt/src/main/assets/js

1 file changed

+1
-1
lines changed

FlowCrypt/src/main/assets/js/tool.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1844,7 +1844,7 @@
18441844
return armored;
18451845
}
18461846
} catch(error) {
1847-
catcher.handle_exception(error);
1847+
// catcher.handle_exception(error); // todo - connect to ACRA
18481848
}
18491849
}
18501850

0 commit comments

Comments
 (0)