0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-23 22:27:34 -05:00
verdaccio/lib/multiplexer.js
Alex Kocharin 21ad8945d9 update
2013-09-28 20:46:55 +04:00

16 lines
213 B
JavaScript

/*
module.exports = function() {
local_store()
for each uplink
status = uplink_store()
if (status == 201) {
succeess.push(uplink)
} else {
bail()
}
bail:
local_revert()
uplink_revert()
};
*/