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