mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[updater] do not show an exception if an update was cancelled by a user
This commit is contained in:
@@ -313,6 +313,7 @@ public class Runner {
|
||||
Map<String, ValidationResult.Option> resolutions = problems.isEmpty() ? Collections.emptyMap() : ui.askUser(problems);
|
||||
return PatchFileCreator.apply(result, resolutions, ui);
|
||||
}
|
||||
catch (OperationCancelledException ignored) { }
|
||||
catch (Throwable e) {
|
||||
printStackTrace(e);
|
||||
ui.showError(e);
|
||||
|
||||
Reference in New Issue
Block a user