merge fix

This commit is contained in:
Oleg Agafonov 2024-10-11 16:40:27 +04:00
parent bad782244f
commit f652665f87

View file

@ -35,7 +35,7 @@ public class EDTExceptionHandler implements Thread.UncaughtExceptionHandler {
mainApp.showErrorDialog("CLIENT - unhandled error in GUI", throwable); mainApp.showErrorDialog("CLIENT - unhandled error in GUI", throwable);
foundCount++; foundCount++;
} }
foundErrors.put(errorKey, foundCount++); foundErrors.put(errorKey, foundCount);
} catch (Throwable ignore) { } catch (Throwable ignore) {
} }
} }