mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
Merge remote-tracking branch 'origin/0.9.x'
This commit is contained in:
commit
77700e72b1
1 changed files with 1 additions and 1 deletions
|
@ -575,7 +575,7 @@ Storage.prototype.get_recent_packages = function(startkey, callback) {
|
|||
Storage.prototype.update_package = function(name, updateFn, _callback) {
|
||||
var self = this
|
||||
var storage = self.storage(name)
|
||||
if (!storage) return callback(new UError({
|
||||
if (!storage) return _callback(new UError({
|
||||
status: 404,
|
||||
message: 'no such package available',
|
||||
}))
|
||||
|
|
Loading…
Reference in a new issue