icecat: add release icecat-140.6.0-1gnu1 for ecne
This commit is contained in:
parent
618c9f4145
commit
7d0f5dab3b
3382 changed files with 457689 additions and 569094 deletions
|
|
@ -1805,6 +1805,11 @@ class AddonInstall {
|
|||
this.removeTemporaryFile();
|
||||
} else {
|
||||
logger.info(`Install of ${this.addon.id} cancelled by user`);
|
||||
if (err) {
|
||||
// promptHandler is expected to reject() without value to cancel.
|
||||
// A non-void error is unexpected, so log it for visibility.
|
||||
Cu.reportError(err);
|
||||
}
|
||||
this.state = AddonManager.STATE_CANCELLED;
|
||||
this._cleanup();
|
||||
this._callInstallListeners(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue