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 21c2464 commit 743c431Copy full SHA for 743c431
MirrorClient.hs
@@ -79,6 +79,8 @@ data MirrorState = MirrorState {
79
80
main :: IO ()
81
main = toplevelHandler $ do
82
+ hSetBuffering stdout LineBuffering
83
+
84
args <- getArgs
85
(verbosity, opts) <- validateOpts args
86
0 commit comments