diff --git a/core/commands/stat.go b/core/commands/stat.go index a1081bd54..34b0644f8 100644 --- a/core/commands/stat.go +++ b/core/commands/stat.go @@ -142,7 +142,7 @@ Example: select { case <-time.After(interval): case <-req.Context.Done(): - break + return nil } } },