diff --git a/discovery/token/token.go b/discovery/token/token.go index 7a4eaa88a7..b2f389c436 100644 --- a/discovery/token/token.go +++ b/discovery/token/token.go @@ -112,7 +112,7 @@ func (s *Discovery) Watch(stopCh <-chan struct{}) (<-chan discovery.Entries, <-c } }() - return ch, nil + return ch, errCh } // Register adds a new entry identified by the into the discovery service