There was an error while loading. Please reload this page.
1 parent 6a9f6d4 commit 28f0fbaCopy full SHA for 28f0fba
1 file changed
cmd/lk/simulate_tui.go
@@ -52,10 +52,8 @@ func runSimulateTUI(config *simulateConfig) error {
52
}()
53
54
if agentProc := m.launcher.Stop(); agentProc != nil {
55
- if m.brokenAgent {
56
- writeBrokenAgentNote(out.WarnWriter(), agentProc)
57
- fmt.Fprintln(out.WarnWriter())
58
- }
+ // A broken agent was already shown in the TUI and lands in the
+ // report file; the terminal only gets the pointers below.
59
if agentProc.LogPath != "" {
60
out.Statusf("Agent logs: %s", agentProc.LogPath)
61
}
0 commit comments