Bug 1021775 - Reply to bulk app install message. r=ochameau

This commit is contained in:
J. Ryan Stinnett 2014-06-16 16:56:00 -04:00
parent 5869bdcb90
commit 188ce203c6

View File

@ -164,8 +164,9 @@ PackageUploadBulkActor.prototype._closeFile = function() {
};
PackageUploadBulkActor.prototype.stream = function({copyTo}) {
copyTo(this.openedFile).then(() => {
return copyTo(this.openedFile).then(() => {
this._closeFile();
return {};
});
};