Skip to content

Commit

Permalink
'#1636: log unexpected exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
lfcnassif committed Jun 27, 2023
1 parent e9f20da commit 72d3d15
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ public void process(IItem evidence) {
numCarvedItems.incrementAndGet();
}
} catch (Exception e) {
e.printStackTrace();
} finally {
IOUtil.closeQuietly(inParse);
}
Expand Down

0 comments on commit 72d3d15

Please sign in to comment.