From 7fa866369c98a327631a7b3a616db22245c059da Mon Sep 17 00:00:00 2001 From: Toastie Date: Tue, 7 Jan 2025 18:19:42 +1300 Subject: [PATCH] I did a little dumb --- EllieHub/Features/AppWindow/Views/Windows/AppView.axaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EllieHub/Features/AppWindow/Views/Windows/AppView.axaml.cs b/EllieHub/Features/AppWindow/Views/Windows/AppView.axaml.cs index fa56a81..f7ae942 100644 --- a/EllieHub/Features/AppWindow/Views/Windows/AppView.axaml.cs +++ b/EllieHub/Features/AppWindow/Views/Windows/AppView.axaml.cs @@ -164,7 +164,7 @@ public partial class AppView : ReactiveWindow { // When the updater is closed, kill all bots and write their logs. _botOrchestrator.StopAllBots(); - _logWriter.FlushAllAsync(true).Wait(); + await _logWriter.FlushAllAsync(true); } catch (Exception ex) {