Fix startup issues

This commit is contained in:
Reinhard Pointner 2016-10-31 01:38:12 +08:00
parent e34c9760af
commit 7ee4e061de
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ public class Main {
startUserInterface(args);
// run background tasks
newSwingWorker(() -> onStart(args));
newSwingWorker(() -> onStart(args)).execute();
});
} catch (CmdLineException e) {
// illegal arguments => print CLI error message