Skip to content

Commit 88cf0ae

Browse files
committed
Fix formatting of log messages
1 parent a50b87c commit 88cf0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exe/Main.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ main = do
5656
& cmapWithPrio renderDoc
5757
, lspLogRecorder
5858
& cfilter (\WithPriority{ priority } -> priority >= minPriority)
59-
& cmapWithPrio renderDoc
59+
& cmapWithPrio (renderStrict . layoutPretty defaultLayoutOptions)
6060
]
6161

6262
defaultMain

0 commit comments

Comments
 (0)