From ced38558fe6392124f8183522c13ec714ecfcac8 Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Wed, 3 Apr 2024 20:33:56 +0400 Subject: [PATCH] mute --- tests/ChatClient.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ChatClient.hs b/tests/ChatClient.hs index fd47c54a3e..a827236a15 100644 --- a/tests/ChatClient.hs +++ b/tests/ChatClient.hs @@ -346,8 +346,8 @@ getTermLine cc = 5000000 `timeout` atomically (readTQueue $ termQ cc) >>= \case Just s -> do -- remove condition to always echo virtual terminal - when True $ do - -- when (printOutput cc) $ do + -- when True $ do + when (printOutput cc) $ do name <- userName cc putStrLn $ name <> ": " <> s pure s