Merge branch '3.2.x'
This commit is contained in:
commit
190b120628
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue