Skip to content

Commit

Permalink
fix BackendCommandLine
Browse files Browse the repository at this point in the history
  • Loading branch information
Janko Simonovic committed Apr 18, 2016
1 parent dd25e44 commit 9621a61
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ public void run() {
logger.error("Failed to write outputs to standard out", e);
System.exit(10);
}
} else {
System.exit(10);
}
}
});
Expand Down

0 comments on commit 9621a61

Please sign in to comment.