Fixed mtr new csv format
This commit is contained in:
@@ -87,7 +87,7 @@ func ( this QueryResult ) Message() ( string, error ) {
|
||||
|
||||
for _, d := range keys {
|
||||
b := st[ d ]
|
||||
sb.WriteString( q.Key )
|
||||
utils.WriteMDv2Text( &sb, q.Key )
|
||||
|
||||
if d == "O" {
|
||||
sb.WriteString( "↑" )
|
||||
|
||||
Reference in New Issue
Block a user