mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-09-18 22:14:26 +00:00
no longer using jdk.incubator.httpclient, because windows app doesn't start with --add-modules arg in cfg file
This commit is contained in:
@@ -37,6 +37,8 @@ public class Cryptomator {
|
||||
}
|
||||
} catch (IOException e) {
|
||||
LOG.error("Failed to initiate inter-process communication.", e);
|
||||
} catch (Throwable e) {
|
||||
LOG.error("Error during startup", e);
|
||||
}
|
||||
System.exit(0); // end remaining non-daemon threads.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user