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