fix(launcher): wire HostStartupMonitor into launch flow

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
lincube
2026-05-28 10:28:16 +08:00
parent ebe35d6f91
commit 545dee85a7

View File

@@ -33,7 +33,7 @@ internal sealed class HostStartupMonitor
string ActivationFailureReason,
bool SoftTimeoutShown,
Action<bool?, bool, bool> PublishCoordinatorStatus,
Func<bool, bool, bool, Dictionary<string, string>> ComposeLaunchDetails);
Func<bool, bool, Dictionary<string, string>> ComposeLaunchDetails);
internal sealed record Outcome(
bool Success,