1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 16:28:51 -05:00

Fix startup issues

This commit is contained in:
Reinhard Pointner 2016-10-31 01:38:12 +08:00
parent e34c9760af
commit 7ee4e061de

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