summaryrefslogtreecommitdiff
path: root/Omni/Log
diff options
context:
space:
mode:
Diffstat (limited to 'Omni/Log')
-rw-r--r--Omni/Log/Concurrent.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Omni/Log/Concurrent.hs b/Omni/Log/Concurrent.hs
index 86a3853..b064190 100644
--- a/Omni/Log/Concurrent.hs
+++ b/Omni/Log/Concurrent.hs
@@ -68,7 +68,7 @@ withLineManager nss action = do
result <- action mgr
- ANSI.hCursorDown IO.stderr numLines
+ IO.hPutStrLn IO.stderr ""
writeIORef currentLineManager Nothing
writeIORef namespaceLines Map.empty
pure result