зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1116756 - Handle WebappOSUtils.uninstall promise rejection when running webapprt-chrome tests. r=myk
This commit is contained in:
Родитель
fe9799f4da
Коммит
2dff438034
|
@ -42,7 +42,7 @@ this.WebappManager = {
|
|||
WebappOSUtils.launch(data);
|
||||
break;
|
||||
case "webapps-uninstall":
|
||||
WebappOSUtils.uninstall(data);
|
||||
WebappOSUtils.uninstall(data).then(null, Cu.reportError);
|
||||
break;
|
||||
}
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче