From c2bb8f639884a48b3088712876c4ea4b2948bdc8 Mon Sep 17 00:00:00 2001 From: Mira <56395159+TheXorog@users.noreply.github.com> Date: Sun, 4 Sep 2022 19:41:45 +0200 Subject: [PATCH] Update Logger.cs --- Logger.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Logger.cs b/Logger.cs index 3b3800d..9e768aa 100644 --- a/Logger.cs +++ b/Logger.cs @@ -158,7 +158,7 @@ public class Logger : ILogger } catch (Exception ex) { - handler.LogError("An exception occured while trying to display a log message", ex); + handler.LogError("An exception occurred while trying to display a log message", ex); await Task.Delay(1000); continue; }