feat(runtime): share chat commands and run login sequence
This commit is contained in:
parent
5535d0adac
commit
41b15efd4d
57 changed files with 1739 additions and 345 deletions
|
|
@ -849,6 +849,11 @@ public sealed class LauncherOrchestrator : ILauncherOrchestrator
|
|||
activity.Error = $"Plugin failed: {failed.Plugin}: {failed.Error}";
|
||||
activity.Status = activity.Error;
|
||||
break;
|
||||
case LoginCommandFailedStatusEvent failed:
|
||||
activity.Error =
|
||||
$"Login command {failed.CommandIndex} failed: {failed.Error}";
|
||||
activity.Status = activity.Error;
|
||||
break;
|
||||
case DisconnectedStatusEvent disconnected:
|
||||
if (activity.State != LauncherActivityState.Stopping)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue