Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Fixes #3964 - Download Cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
punamdahiya committed May 16, 2018
1 parent 286fe88 commit 9eb7f6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addon/webextension/background/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@ this.main = (function() {
url,
incognito: windowInfo.incognito,
filename: info.filename
}).catch(function(error) {
log.error(error.message);
}).then((id) => {
downloadId = id;
});
Expand Down

0 comments on commit 9eb7f6c

Please sign in to comment.