Partial-Fix for #723: Error on refresh operation must be set on self.context instead of group.context (#742)

This commit is contained in:
Magesh K
2024-11-10 16:41:44 +05:30
committed by GitHub
parent dc0b30ab67
commit 489843f987

View File

@@ -1207,7 +1207,7 @@ private extension AppManager
}
catch
{
group.context.error = error
context.error = error
operation.finish()
}
}