mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 05:35:31 +00:00
Bug 1111294 - Change error message display after simulator download failure. r=jryans
This commit is contained in:
parent
982529392b
commit
e6f26077ca
@ -47,8 +47,7 @@ function BuildItem(addon, type) {
|
||||
status.textContent = Strings.GetStringFromName("addons_status_" + addon.status);
|
||||
break;
|
||||
case "failure":
|
||||
console.error(arg);
|
||||
window.alert(arg);
|
||||
window.parent.UI.reportError("error_operationFail", arg);
|
||||
break;
|
||||
case "progress":
|
||||
if (arg == -1) {
|
||||
|
Loading…
Reference in New Issue
Block a user