mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
@@ -18,7 +18,7 @@ function help(logger, name) {
|
||||
})
|
||||
.then(function (exists) {
|
||||
if (!exists) {
|
||||
throw createError('Unknown command: ' + name, 'EUNKOWNCMD', {
|
||||
throw createError('Unknown command: ' + name, 'EUNKNOWNCMD', {
|
||||
command: name
|
||||
});
|
||||
}
|
||||
|
||||
@@ -827,7 +827,7 @@ Manager.prototype._storeResolution = function (pick) {
|
||||
*
|
||||
* It is used in two situations:
|
||||
* * checks if resolved component matches dependency constraint
|
||||
* * checks if not resolved component matches alredy fetched component
|
||||
* * checks if not resolved component matches already fetched component
|
||||
*
|
||||
* If candidate matches already resolved component, it won't be downloaded.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user