Merge branch '3.2.x'

This commit is contained in:
Scott Frederick 2024-05-16 21:20:10 -05:00
commit 190b120628

View File

@ -323,7 +323,7 @@ class Lifecycle implements Closeable {
try {
FileSystemUtils.deleteRecursively(Path.of(bind.getSource()));
}
catch (IOException ex) {
catch (Exception ex) {
this.log.failedCleaningWorkDir(bind, ex);
}
}