diff --git a/client/fs_endpoint.go b/client/fs_endpoint.go index 9349b184b..9f8440abd 100644 --- a/client/fs_endpoint.go +++ b/client/fs_endpoint.go @@ -429,8 +429,8 @@ func (f *FileSystem) logs(conn io.ReadWriteCloser) { select { case errCh <- err: case <-ctx.Done(): - return } + return } } }()