mirror of
https://github.com/appium/appium.git
synced 2026-02-09 19:28:48 -06:00
Improve Logging
* say what command failed during setupAndroidProj
This commit is contained in:
@@ -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));
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user