Skip to content

Commit 8316548

Browse files
kylecarbscoadler
andauthored
Update cli/start.go
Co-authored-by: Colin Adler <colin@coder.com>
1 parent a353bdf commit 8316548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/start.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ func start() *cobra.Command {
177177
}
178178
}()
179179

180-
errCh := make(chan error)
180+
errCh := make(chan error, 1)
181181
shutdownConnsCtx, shutdownConns := context.WithCancel(cmd.Context())
182182
defer shutdownConns()
183183
go func() {

0 commit comments

Comments
 (0)