I did a little dumb
All checks were successful
EllieBotDevs/EllieHub/pipeline/head This commit looks good
All checks were successful
EllieBotDevs/EllieHub/pipeline/head This commit looks good
This commit is contained in:
parent
4deaa828c5
commit
7fa866369c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue