Fixed a bug with failed file retention killing init:complete.

This commit is contained in:
Thomas Wilburn 2014-01-20 15:49:26 -08:00
parent 1767cd3fc2
commit 88965d4cec

View file

@ -157,6 +157,7 @@ define([
})
}, function(err) {
failures.push(id);
c(null);
});
},
function(restored) {