Revert "removed AddModuleMessage from OnParametersSetAsync methods to mitigate risk of infinite loops"

This reverts commit 92719d095a.
This commit is contained in:
Ben
2024-02-25 08:52:55 +08:00
parent 8293709f34
commit cc222a6f4a
5 changed files with 5 additions and 0 deletions

View File

@ -131,6 +131,7 @@ else
catch (Exception ex)
{
await logger.LogError(ex, "Error Loading Logs {Error}", ex.Message);
AddModuleMessage(Localizer["Error.Log.Load"], MessageType.Error);
}
}