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.
|
// When the updater is closed, kill all bots and write their logs.
|
||||||
_botOrchestrator.StopAllBots();
|
_botOrchestrator.StopAllBots();
|
||||||
_logWriter.FlushAllAsync(true).Wait();
|
await _logWriter.FlushAllAsync(true);
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue