mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Restore diff exit
This commit is contained in:
@@ -60,10 +60,12 @@ public class DiffApplication implements ApplicationStarterEx {
|
||||
System.err.println(e.getMessage());
|
||||
System.exit(1);
|
||||
}
|
||||
catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
System.exit(1);
|
||||
catch (Throwable t) {
|
||||
t.printStackTrace();
|
||||
System.exit(2);
|
||||
}
|
||||
|
||||
System.exit(0);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user