Skip to content
Snippets Groups Projects
Commit 9d2e36d9 authored by Jens Nolte's avatar Jens Nolte
Browse files

Output events on stdout for `qbar pipe --events`

parent e6bb40ba
No related branches found
No related tags found
No related merge requests found
......@@ -33,4 +33,4 @@ runPipeClient enableEvents mainOptions = do
else pushBlockUpdate output
handler :: BlockEventHandler
handler event = liftIO $ BSC.hPutStrLn stderr $ encode event
handler event = liftIO $ BSC.hPutStrLn stdout $ encode event
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment