mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-08 19:38:51 +01:00
add linenum to map
This commit is contained in:
parent
064e31eb2c
commit
1742a3dbbc
@ -342,6 +342,7 @@ func (h *HistoryItemType) ToMap() map[string]interface{} {
|
|||||||
rtn["sessionid"] = h.SessionId
|
rtn["sessionid"] = h.SessionId
|
||||||
rtn["screenid"] = h.ScreenId
|
rtn["screenid"] = h.ScreenId
|
||||||
rtn["lineid"] = h.LineId
|
rtn["lineid"] = h.LineId
|
||||||
|
rtn["linenum"] = h.LineNum
|
||||||
rtn["haderror"] = h.HadError
|
rtn["haderror"] = h.HadError
|
||||||
rtn["cmdid"] = h.CmdId
|
rtn["cmdid"] = h.CmdId
|
||||||
rtn["cmdstr"] = h.CmdStr
|
rtn["cmdstr"] = h.CmdStr
|
||||||
|
Loading…
Reference in New Issue
Block a user