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

ZipFileStorage: fix error

parent ae71736f
......@@ -81,8 +81,10 @@
})
.then(function () {
storage._zip = zip;
return zip;
}, function (error) {
storage._error = error;
throw error;
});
});
} 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