Fix startup issues
This commit is contained in:
parent
e34c9760af
commit
7ee4e061de
|
@ -135,7 +135,7 @@ public class Main {
|
||||||
startUserInterface(args);
|
startUserInterface(args);
|
||||||
|
|
||||||
// run background tasks
|
// run background tasks
|
||||||
newSwingWorker(() -> onStart(args));
|
newSwingWorker(() -> onStart(args)).execute();
|
||||||
});
|
});
|
||||||
} catch (CmdLineException e) {
|
} catch (CmdLineException e) {
|
||||||
// illegal arguments => print CLI error message
|
// illegal arguments => print CLI error message
|
||||||
|
|
Loading…
Reference in New Issue