Skip to content
Snippets Groups Projects
Commit b7b4a1fa authored by yannick legoc's avatar yannick legoc
Browse files

Set exitCode=-1 in case of unexpected exception

parent ad4a95b2
Branches
Tags
No related merge requests found
......@@ -192,6 +192,7 @@ public class MainWindow implements ServerConfigurationChangeListener, ServerEnde
} catch (Throwable e) {
System.err.println("Unexpected exception");
e.printStackTrace();
exitCode = -1;
} finally {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment