mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-01 02:42:23 -05:00
adding comments
This commit is contained in:
parent
7dbe61b8d5
commit
ff4778e3c6
1 changed files with 4 additions and 1 deletions
|
@ -92,7 +92,10 @@ Storage.prototype.add_tarball = function(name, filename) {
|
|||
//
|
||||
// Function is syncronous and returns a ReadableStream
|
||||
//
|
||||
// TODO: badly documented
|
||||
// Function tries to read tarball locally, if it fails then it reads package
|
||||
// information in order to figure out where we can get this tarball from
|
||||
//
|
||||
// Used storages: local || uplink (just one)
|
||||
//
|
||||
Storage.prototype.get_tarball = function(name, filename) {
|
||||
var stream = through(function(data) {
|
||||
|
|
Loading…
Add table
Reference in a new issue