I did a little dumb
All checks were successful
EllieBotDevs/EllieHub/pipeline/head This commit looks good

This commit is contained in:
Toastie 2025-01-07 18:19:42 +13:00
parent 4deaa828c5
commit 7fa866369c
Signed by: toastie_t0ast
GPG key ID: 0861BE54AD481DC7

View file

@ -164,7 +164,7 @@ public partial class AppView : ReactiveWindow<AppViewModel>
{
// 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)
{