Skip to content

Commit

Permalink
🐡🐢🐻
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsuter committed Jul 11, 2024
1 parent dc6253c commit c5dd1e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ private CommandLine toEngineCommand(Command command) {
cli.addArgument("org.eclipse.equinox.launcher.Main")
.addArgument("-application").addArgument("ch.ivyteam.ivy.server.exec.engine")
.addArgument(command.toString());
System.out.println(cli);
return cli;
}

Expand Down Expand Up @@ -240,7 +241,6 @@ private ExecuteResultHandler asynchExecutionHandler() {
return new ExecuteResultHandler() {
@Override
public void onProcessFailed(ExecuteException ex) {
ex.printStackTrace();
throw new RuntimeException("Engine operation failed.", ex);
}

Expand Down

0 comments on commit c5dd1e6

Please sign in to comment.