mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1021775 - Reply to bulk app install message. r=ochameau
This commit is contained in:
parent
5869bdcb90
commit
188ce203c6
@ -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 {};
|
||||
});
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user