Skip to content

Commit

Permalink
Merge pull request appium#2354 from dandoveralba/will
Browse files Browse the repository at this point in the history
Improve Logging
  • Loading branch information
jlipps committed Apr 16, 2014
2 parents bcf21fd + 53ff8cd commit aecbbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grunt-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ var setupAndroidProj = function (grunt, projPath, args, cb) {
grunt.log.write(data);
});
proc.on('exit', function (code) {
cb(code === 0 ? null : new Error("Setup failed with code " + code));
cb(code === 0 ? null : new Error("Setup cmd " + cmd + " failed with code " + code));
});
};

Expand Down

0 comments on commit aecbbb3

Please sign in to comment.