[FIX] Пустой лог ошибок.

This commit is contained in:
Zaxar163 2019-04-13 18:19:40 +03:00 committed by GitHub
parent f167b721a2
commit 4eb167ab50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,6 +56,7 @@ public FileVisitResult preVisitDirectory(Path dir, BasicFileAttributes attrs) th
};
private static void handleError(Throwable e) {
LogHelper.error(e);
NativeJVMHalt.haltA(-123);
}