diff --git a/web/stream.go b/web/stream.go index 9c67afc6..6f559d49 100644 --- a/web/stream.go +++ b/web/stream.go @@ -49,7 +49,6 @@ func (h *stream) Fire(entry *logrus.Entry) error { select { case <-ws.quit: - close(ws.msgs) break case ws.msgs <- h.Format(entry): break