From 1742a3dbbc243e62918934ea49da0d3d40e3d1a5 Mon Sep 17 00:00:00 2001 From: sawka Date: Sat, 18 Mar 2023 11:49:00 -0700 Subject: [PATCH] add linenum to map --- pkg/sstore/sstore.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/sstore/sstore.go b/pkg/sstore/sstore.go index 8a9c7403..b85b83ea 100644 --- a/pkg/sstore/sstore.go +++ b/pkg/sstore/sstore.go @@ -342,6 +342,7 @@ func (h *HistoryItemType) ToMap() map[string]interface{} { rtn["sessionid"] = h.SessionId rtn["screenid"] = h.ScreenId rtn["lineid"] = h.LineId + rtn["linenum"] = h.LineNum rtn["haderror"] = h.HadError rtn["cmdid"] = h.CmdId rtn["cmdstr"] = h.CmdStr