We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c8496a commit 0347409Copy full SHA for 0347409
1 file changed
src/main/java/org/scijava/plugins/commands/debug/SystemInformation.java
@@ -182,7 +182,9 @@ public void run() {
182
final String key = "Implementation-Build";
183
sourceRef = conn.getManifest().getMainAttributes().getValue(key);
184
}
185
- catch (final IOException e) { }
+ catch (final IOException e) {
186
+ log.debug(e);
187
+ }
188
189
190
else {
0 commit comments