Skip to content

Commit 4d129c0

Browse files
committed
Use showErrors instead of showBag
1 parent 3459f48 commit 4d129c0

File tree

1 file changed

+1
-1
lines changed
  • plugins/hls-splice-plugin/src/Ide/Plugin

1 file changed

+1
-1
lines changed

plugins/hls-splice-plugin/src/Ide/Plugin/Splice.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ manualCalcEdit clientCapabilities reportEditor ran ps hscEnv typechkd srcSpan _e
385385
MtWarning
386386
[ "Warning during expanding: "
387387
, ""
388-
, T.pack (showBag warns)
388+
, T.pack (showErrors warns)
389389
]
390390
pure resl
391391
where

0 commit comments

Comments
 (0)