mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
Print a good detail message when a conflict occurs and ways to resolve it, #214.
This commit is contained in:
@@ -186,6 +186,7 @@ Manager.prototype.prune = function () {
|
||||
this.dependencies = prune(this.getDeepDependencies());
|
||||
} catch (err) {
|
||||
this.emit('error', err);
|
||||
this.emit('data', err.details);
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user