Fixed mtr new csv format

This commit is contained in:
2023-06-29 18:45:46 +08:00
parent 726916ed45
commit e4275f60b7
4 changed files with 37 additions and 6 deletions

View File

@@ -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( "↑" )