mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-11 18:57:30 +03:00
[FIX] Пустой лог ошибок.
This commit is contained in:
parent
f167b721a2
commit
4eb167ab50
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ public FileVisitResult preVisitDirectory(Path dir, BasicFileAttributes attrs) th
|
|||
};
|
||||
|
||||
private static void handleError(Throwable e) {
|
||||
LogHelper.error(e);
|
||||
NativeJVMHalt.haltA(-123);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue