mirror of
https://github.com/safing/portmaster
synced 2025-09-02 10:39:22 +00:00
Remove useless modules.Resolve
This commit is contained in:
parent
27ed6da45f
commit
3d7d1fa0df
1 changed files with 0 additions and 1 deletions
|
@ -211,7 +211,6 @@ func checkForUpdates(ctx context.Context) (err error) {
|
||||||
defer func() {
|
defer func() {
|
||||||
if err == nil {
|
if err == nil {
|
||||||
module.Resolve(updateInProgress)
|
module.Resolve(updateInProgress)
|
||||||
module.Resolve(updateFailed)
|
|
||||||
} else {
|
} else {
|
||||||
module.Warning(updateFailed, "Failed to check for updates: "+err.Error())
|
module.Warning(updateFailed, "Failed to check for updates: "+err.Error())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue