Commit 317b433e authored by Boris Kocherov's avatar Boris Kocherov

ZipFileStorage: fix error

parent ae71736f
...@@ -81,8 +81,10 @@ ...@@ -81,8 +81,10 @@
}) })
.then(function () { .then(function () {
storage._zip = zip; storage._zip = zip;
return zip;
}, function (error) { }, function (error) {
storage._error = error; storage._error = error;
throw error;
}); });
}); });
} else { } else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment