forked from I2P_Developers/i2p.i2p
* Unsigned Update: Fix notification on failure
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user