We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc89c0 commit ee3df16Copy full SHA for ee3df16
hls-test-utils/src/Test/Hls.hs
@@ -109,7 +109,7 @@ runSessionWithServer' ::
109
FilePath ->
110
Session a ->
111
IO a
112
-runSessionWithServer' plugin conf sconf caps root s = withLock lock $ keepCurrentDirectory $ do
+runSessionWithServer' plugin conf sconf caps root s = withLock lock $ keepCurrentDirectory $ silenceStderr $ do
113
(inR, inW) <- createPipe
114
(outR, outW) <- createPipe
115
server <-
0 commit comments