Skip to content
Snippets Groups Projects
Commit a51aa061 authored by Jan Gruteser's avatar Jan Gruteser
Browse files

do pre check in silent mode

parent 5417fdca
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,7 @@ public class TLC4B { ...@@ -105,7 +105,7 @@ public class TLC4B {
Future<Exception> future = Executors.newSingleThreadExecutor().submit(() -> { Future<Exception> future = Executors.newSingleThreadExecutor().submit(() -> {
try { try {
TLC4B tlc4B = new TLC4B(); TLC4B tlc4B = new TLC4B();
tlc4B.processArgs(new String[]{path}); tlc4B.processArgs(new String[]{path, SILENT.cliArg()});
tlc4B.translate(false); tlc4B.translate(false);
return null; return null;
} catch (BCompoundException | IOException | TLC4BException e) { } catch (BCompoundException | IOException | TLC4BException e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment