Skip to content

Commit

Permalink
Archives: clean up unzip's executor service
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Nov 22, 2024
1 parent 69aee2e commit 8331123
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/org/scijava/launcher/Archives.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ public static Future<Void> unzip(File file, File destDir, Consumer<String> outpu
}
}
}
finally {
executor.shutdown();
}
return null;
});
}
Expand Down

0 comments on commit 8331123

Please sign in to comment.