зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1105560 - PACKAGE_UNCHANGED is not thrown inside an Error anymore. r=myk
This commit is contained in:
Родитель
a68fa06fb7
Коммит
d7e1bf838d
|
@ -358,7 +358,7 @@ this.WebappManager = {
|
|||
|
||||
try {
|
||||
yield DOMApplicationRegistry.startDownload(aData.manifestURL);
|
||||
} catch (ex if ex.message == "PACKAGE_UNCHANGED") {
|
||||
} catch (ex if ex == "PACKAGE_UNCHANGED") {
|
||||
debug("package unchanged");
|
||||
// If the package is unchanged, then there's nothing more to do.
|
||||
return;
|
||||
|
|
Загрузка…
Ссылка в новой задаче