From 0a59e7e9914f7dbd5e7f8fc4bee892a220fe725e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 28 Oct 2015 13:21:07 -0400 Subject: propellor spin --- src/Utility/ConcurrentOutput.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Utility') diff --git a/src/Utility/ConcurrentOutput.hs b/src/Utility/ConcurrentOutput.hs index cbd5a00d..b49447cc 100644 --- a/src/Utility/ConcurrentOutput.hs +++ b/src/Utility/ConcurrentOutput.hs @@ -132,6 +132,8 @@ withConcurrentOutput a = a `finally` drain hPutStrLn stderr "DRAIN" hFlush stderr lockOutput (return ()) + hPutStrLn stderr "DRAIN DONE" + hFlush stderr -- | Displays a string to stdout, and flush output so it's displayed. -- -- cgit v1.2.3