I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 202c92a4 authored by zzz's avatar zzz
Browse files

* Unsigned Update: Fix notification on failure

parent 2217d1ab
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment