ENH always show counter
This commit is contained in:
parent
d63e1eaa4c
commit
32bbe6e16c
|
@ -343,8 +343,7 @@ showMatch Match {mDate = d, mVal = v, mDesc = e, mOther = o, mTimes = n, mPriori
|
|||
, ("val", showMatchVal v)
|
||||
, ("desc", e)
|
||||
, ("other", others)
|
||||
, -- TODO it might be best to always show this
|
||||
("counter", showT <$> n)
|
||||
, ("counter", Just $ maybe "Inf" showT n)
|
||||
, ("priority", Just $ showT p)
|
||||
]
|
||||
others = case o of
|
||||
|
|
Loading…
Reference in New Issue