From afb7664ebf7ed9dd7fe5065241d618c60e85e6e0 Mon Sep 17 00:00:00 2001 From: Evan Chen Date: Sat, 25 Dec 2021 01:04:04 +0800 Subject: [PATCH] update --- history/history.go | 1 + 1 file changed, 1 insertion(+) diff --git a/history/history.go b/history/history.go index e5faaf2..b1cbcae 100644 --- a/history/history.go +++ b/history/history.go @@ -96,6 +96,7 @@ func Send(h *History) { l.Warn().Str("mod", "history"). Interface("history", h). Msg("history reporter has not started, report will be discarded") + return } if h.Type == "" { h.Type = INFO