mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-07 19:28:44 +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["screenid"] = h.ScreenId
|
||||
rtn["lineid"] = h.LineId
|
||||
rtn["linenum"] = h.LineNum
|
||||
rtn["haderror"] = h.HadError
|
||||
rtn["cmdid"] = h.CmdId
|
||||
rtn["cmdstr"] = h.CmdStr
|
||||
|
Loading…
Reference in New Issue
Block a user