add linenum to map

This commit is contained in:
sawka 2023-03-18 11:49:00 -07:00
parent 064e31eb2c
commit 1742a3dbbc

View File

@ -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