@ -235,8 +235,7 @@ class LibraryLoader {
String pid = name.split("@")[0];
try {
Runtime.getRuntime().exec("taskkill /F /PID " + pid);
} catch (Exception ex) {
System.exit(0);
} catch (Exception ignore) {
}
});