Bug 1105560 - PACKAGE_UNCHANGED is not thrown inside an Error anymore. r=myk

This commit is contained in:
Antonio M. Amaya 2014-11-27 01:54:00 +01:00
Родитель a68fa06fb7
Коммит d7e1bf838d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;