mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
Doc improvement.
This commit is contained in:
@@ -134,7 +134,7 @@ Package.prototype.resolve = function () {
|
||||
return this.emit('resolve');
|
||||
}
|
||||
// Check if this exact package resource is the last resolved one
|
||||
// This is to prevent it from being downloaded over and over again in such case
|
||||
// This is to prevent it from being downloaded or copied over and over again in such case
|
||||
if (data.resourceId === this.resourceId) {
|
||||
this.path = data.path;
|
||||
this.unitWork.lock(this.name, this);
|
||||
|
||||
Reference in New Issue
Block a user