0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

fix double fs.closing + EBADF error

This commit is contained in:
Alex Kocharin 2014-09-07 01:20:28 +04:00
parent 409d25739e
commit 1e28c2d949

View file

@ -252,8 +252,8 @@ Storage.prototype.add_tags = function(name, tags, callback) {
}
utils.tag_version(data, tags[t], t, self.config)
cb()
}
cb()
}, callback)
}