Skip to content

Commit

Permalink
display stderr of gcd create
Browse files Browse the repository at this point in the history
  • Loading branch information
aozarov committed May 27, 2015
1 parent fc73469 commit 1616f63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public void start() throws IOException, InterruptedException {

// create the datastore for the project
ProcessBuilder processBuilder = new ProcessBuilder()
.redirectErrorStream(true)
.redirectError(ProcessBuilder.Redirect.INHERIT)
.directory(new File(gcdFolder, GCD_VERSION));
if (isWindows()) {
processBuilder.command("cmd", "/C", "gcd.cmd", "create", "-p", projectId, projectId);
Expand Down

0 comments on commit 1616f63

Please sign in to comment.