Fixed a bug with failed file retention killing init:complete.
This commit is contained in:
parent
1767cd3fc2
commit
88965d4cec
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ define([
|
|||
})
|
||||
}, function(err) {
|
||||
failures.push(id);
|
||||
c(null);
|
||||
});
|
||||
},
|
||||
function(restored) {
|
||||
|
|
Loading…
Reference in a new issue