forked from I2P_Developers/i2p.i2p
Console: Remove plugin install success message (ticket #2494)
This commit is contained in:
@ -128,11 +128,13 @@ class PluginUpdateRunner extends UpdateRunner {
|
|||||||
_log.error("Error downloading plugin", t);
|
_log.error("Error downloading plugin", t);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (_updated)
|
if (_updated) {
|
||||||
_mgr.notifyComplete(this, _newVersion, null);
|
_mgr.notifyComplete(this, _newVersion, null);
|
||||||
else
|
_mgr.notifyComplete(this, _errMsg);
|
||||||
|
} else {
|
||||||
_mgr.notifyTaskFailed(this, _errMsg, null);
|
_mgr.notifyTaskFailed(this, _errMsg, null);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Overridden to change the "Updating I2P" text in super
|
* Overridden to change the "Updating I2P" text in super
|
||||||
|
Reference in New Issue
Block a user