Skip to content

Commit 4536f1e

Browse files
Siedlerchrcalixtus
andauthored
Show exception in cleanup error (#10430)
* Show execption in cleanup error * Fixed indentation --------- Co-authored-by: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com>
1 parent 00885e8 commit 4536f1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/jabref/gui/cleanup/CleanupAction.java

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ public void execute() {
8989

9090
BackgroundTask.wrap(() -> cleanup(stateManager.getActiveDatabase().get(), preset))
9191
.onSuccess(result -> showResults())
92+
.onFailure(dialogService::showErrorDialogAndWait)
9293
.executeWith(taskExecutor);
9394
});
9495
}

0 commit comments

Comments
 (0)