зеркало из https://github.com/microsoft/appium.git
better grunt app building error reporting
This commit is contained in:
Родитель
b3869b18b7
Коммит
0563215e8f
4
grunt.js
4
grunt.js
|
@ -49,8 +49,10 @@ module.exports = function(grunt) {
|
|||
build(appRoot, function(err) {
|
||||
if (err) {
|
||||
console.log(err);
|
||||
done(false);
|
||||
} else {
|
||||
done(true);
|
||||
}
|
||||
done();
|
||||
});
|
||||
});
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче