Skip to content

Commit ee3df16

Browse files
committed
cleanup
1 parent ecc89c0 commit ee3df16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hls-test-utils/src/Test/Hls.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ runSessionWithServer' ::
109109
FilePath ->
110110
Session a ->
111111
IO a
112-
runSessionWithServer' plugin conf sconf caps root s = withLock lock $ keepCurrentDirectory $ do
112+
runSessionWithServer' plugin conf sconf caps root s = withLock lock $ keepCurrentDirectory $ silenceStderr $ do
113113
(inR, inW) <- createPipe
114114
(outR, outW) <- createPipe
115115
server <-

0 commit comments

Comments
 (0)