mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
merge fix
This commit is contained in:
parent
bad782244f
commit
f652665f87
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ public class EDTExceptionHandler implements Thread.UncaughtExceptionHandler {
|
|||
mainApp.showErrorDialog("CLIENT - unhandled error in GUI", throwable);
|
||||
foundCount++;
|
||||
}
|
||||
foundErrors.put(errorKey, foundCount++);
|
||||
foundErrors.put(errorKey, foundCount);
|
||||
} catch (Throwable ignore) {
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue