We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38f7c46 commit 9ac39e8Copy full SHA for 9ac39e8
ghcide/src/Development/IDE/Core/Tracing.hs
@@ -96,9 +96,7 @@ otTracedAction key file mode success act
96
res <- act
97
unless (success $ runValue res) $ setTag sp "error" "1"
98
setTag sp "changed" $ case res of
99
- RunResult ChangedRecomputeSame _ _ -> "0"
100
- RunResult ChangedNothing _ _ -> "0"
101
- RunResult ChangedRecomputeDiff _ _ -> "0"
+ RunResult x _ _ -> fromString $ show x
102
return res)
103
| otherwise = act
104
0 commit comments