This commit is contained in:
antelle 2016-03-27 10:48:26 +03:00
parent f83e39b1aa
commit 30dfc38b27
1 changed files with 4 additions and 0 deletions

View File

@ -11,4 +11,8 @@ var Storage = {
cache: Launcher ? require('./storage-file-cache') : require('./storage-cache')
};
_.forEach(Storage, function(prv) {
prv.init();
});
module.exports = Storage;