diff --git a/webapprt/WebappManager.jsm b/webapprt/WebappManager.jsm index 4a994da2da88..ad93d517ae16 100644 --- a/webapprt/WebappManager.jsm +++ b/webapprt/WebappManager.jsm @@ -42,7 +42,7 @@ this.WebappManager = { WebappOSUtils.launch(data); break; case "webapps-uninstall": - WebappOSUtils.uninstall(data); + WebappOSUtils.uninstall(data).then(null, Cu.reportError); break; } },