Skip to content

Commit d09e0fe

Browse files
ericcurtinCopilot
andauthored
Update cmd/cli/commands/run.go
Co-authored-by: Copilot <[email protected]>
1 parent a967bd4 commit d09e0fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/cli/commands/run.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ func generateInteractiveBasic(cmd *cobra.Command, desktopClient *desktop.Client,
277277
cancelChat()
278278
case <-chatCtx.Done():
279279
// Context cancelled, exit goroutine
280+
// Context cancelled, exit goroutine
280281
}
281282
cancelChat()
282283
case <-chatCtx.Done():

0 commit comments

Comments
 (0)