* Unsigned Update: Fix notification on failure

This commit is contained in:
zzz
2012-11-05 17:16:02 +00:00
parent 2217d1ab95
commit 202c92a42d

View File

@ -53,6 +53,8 @@ class UnsignedUpdateRunner extends UpdateRunner {
} catch (Throwable t) {
_log.error("Error updating", t);
}
if (!this.done)
_mgr.notifyTaskFailed(this, "", null);
}
/** eepget listener callback Overrides */